commit | a941319c45cb49b87ccd3ef6504126025bfa159e | [log] [tgz] |
---|---|---|
author | Chris Frantz <cfrantz@google.com> | Thu Aug 04 21:03:00 2022 -0700 |
committer | cfrantz <frantzcj+github@gmail.com> | Tue Aug 16 18:20:14 2022 -0700 |
tree | 2b78c25e4f1a3492773c8c34192993bd93e3412f | |
parent | 54ec457a1719ace2b6cbb4bcffe351a571a5f105 [diff] |
[e2e tests] Add a chip-specific startup test. This test demonstrates how to write a rust test with a controlled component running in the RV32 cpu. 1. Declare command structures to be shared between the rust test and C helper program. 2. Write a C helper program to read the hardware properties to be checked by the rust test into the command/status structures. 3. Write a rust test program to read out the data and check for expected values. Signed-off-by: Chris Frantz <cfrantz@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 and our documentation on project organization and processes 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).