commit | 7fa33424764f4f6b8baeb84c5440db6200b0fc16 | [log] [tgz] |
---|---|---|
author | Silvestrs Timofejevs <silvestrst@lowrisc.org> | Tue Mar 09 12:11:59 2021 +0000 |
committer | Silvestrs Timofejevs <silvestrst@lowrisc.org> | Thu Mar 18 13:33:54 2021 +0000 |
tree | 74c5b02c5ade7dcdc82aeba706d6b5c57931626e | |
parent | 52980f673fb0949e046bf3810ea0b1852620239e [diff] |
[test, systemtest] Add MaskROM + ROM_EXT apps selfchecking This change allows to run both set of tests in CI (boot_rom and Silicon Creator). At the moment only a single smoke test (UART) has been added to run via Silicon Creator code. Rationale: The main idea is to add some intial MaskROM + ROM_EXT testing without disturbing the existing test set-up. The new added test has passed, checked locally: ``` cd $REPO_TOP mkdir build-bin/hw ln -sf \ `pwd`/build/lowrisc_systems_top_earlgrey_verilator_0.1/sim-verilator \ build-bin/hw/top_earlgrey pytest test/systemtest/earlgrey/test_sim_verilator.py ``` Signed-off-by: Silvestrs Timofejevs <silvestrst@lowrisc.org>
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).