commit | 96d8d57cbbc49d750d75da17d5e7108b9cc1f562 | [log] [tgz] |
---|---|---|
author | Miguel Osorio <miguelosorio@google.com> | Sun Apr 25 12:47:24 2021 -0700 |
committer | moidx <migue48@gmail.com> | Mon Apr 26 08:48:18 2021 -0700 |
tree | e589b68c808fbf888d40ea09359aefc9280e5218 | |
parent | 394c71264607a974062a73d52725a998cbb0dc21 [diff] |
[sw/unittests] Move dif unittests to sw/lib/dif. This commit is part of lowrisc/opentitan#6107. DIF unittests now live next to their test subjects in the `sw/lib/dif` folder. Added a dif test suite to be able to run DIF unittests as follows: `meson test --suite=dif -C build-out` Mock MMIO and CSR modules are now located under `sw/lib/base/testing` to solve DIF dependency issues with the `sw/lib/testing` folder. Signed-off-by: Miguel Osorio <miguelosorio@google.com>
OpenTitan is an open source silicon Root of Trust (RoT) project. OpenTitan will make the silicon RoT design and implementation more transparent, trustworthy, and secure for enterprises, platform providers, and chip manufacturers. OpenTitan is administered by lowRISC CIC as a collaborative project to produce high quality, open IP for instantiation as a full-featured product. See the OpenTitan site and OpenTitan docs for more information about the project.
This repository contains hardware, software and utilities written as part of the OpenTitan project. It is structured as monolithic repository, or “monorepo”, where all components live in one repository. It exists to enable collaboration across partners participating in the OpenTitan project.
The project contains comprehensive documentation of all IPs and tools. You can access it online at docs.opentitan.org.
Have a look at CONTRIBUTING for guidelines on how to contribute code to this repository.
Unless otherwise noted, everything in this repository is covered by the Apache License, Version 2.0 (see LICENSE for full text).