commit | ea15a25d9c72da4fabae54b41161f140f837e700 | [log] [tgz] |
---|---|---|
author | Srikrishna Iyer <sriyer@google.com> | Thu May 07 01:35:21 2020 -0700 |
committer | sriyerg <46467186+sriyerg@users.noreply.github.com> | Fri May 08 13:50:05 2020 -0700 |
tree | 2f4b37eb59e86f541c25238c745a27875c852513 | |
parent | fe1f8816bddd7875f6aa70357e68d8a89d91c57b [diff] |
[sw, chip dv] Convert existing tests to testlib The existing tests are converted to a testlib that implements `test_main()` rather than implementing its own main function as a standalone test. The C tests are moved from their standalone directories to one level up into the `tests` directory. The standalone directories are removed. The tests are also enabled to run in the DV environment (all of them passing). To support the above updates, a few cosmetic changes had to be made, none of which affect the tests functionally. Hence, these are bundled as a part of the same PR. The CI script is also updated to reflect the new paths of the C tests. Signed-off-by: Srikrishna Iyer <sriyer@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).