commit | de5efa04db21f9e1de9b1b8961017c83ee9a5dce | [log] [tgz] |
---|---|---|
author | Srikrishna Iyer <sriyer@google.com> | Fri Nov 20 23:17:11 2020 -0800 |
committer | Srikrishna Iyer <46467186+sriyerg@users.noreply.github.com> | Fri Nov 27 10:13:01 2020 -0800 |
tree | 4f7530cba9347d21999cab96f11fc04091872247 | |
parent | 360e34cc2abcf41545f7d157fc6eea8b7b1d18e0 [diff] |
[dvsim] Replace `sw_test` with `sw_images` This change is part 1/4 commit series that updates the way SW tests are build for chip level. For the chip level SW tests to pass, all 4 commits are needed. This change reduces dependency on DVSim to process how SW images for each tests are set and built. The goal is to be able to supply an arbitrary list of images to build, rather than assuming a fixes set (ROM and SW test). The need for this change arose from one more addition - OTBN that requires an image to be built. The processing is now handled by `sim.mk` and testbench code. All SW build steps (specific to DV) are integrated into meson. 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).