| commit | 544da8d7e14a87469bedc5d36a08d69aa7d7a044 | [log] [tgz] |
|---|---|---|
| author | Srikrishna Iyer <sriyer@google.com> | Tue Jan 14 23:51:41 2020 -0800 |
| committer | sriyerg <46467186+sriyerg@users.noreply.github.com> | Thu Jan 16 13:07:53 2020 -0800 |
| tree | deea143f47bc38a489ccdbe9a39ac722ae85132d | |
| parent | 941227d0df5ccf7738e914f0bfb1dadcdfdd60e0 [diff] |
[dv regr tool] Support for multi IP sim runs - Added support for running sims for multiple IPs in parallel Command line: ```console $ util/dvsim.py hw/dv/data/master_sim_cfgs_list.hjson -i sanity --reseed 1 [--purge] ``` - The master_sim_cfgs_list.hjson only adds UART and HMAC hjsons - need to add the cfg hjsons for other IPs once they are available - Added 'FlowCfg.py' which serves as base class implementation for hjson based infrastructure specification - SimCfg now extends from it. This is done in preperation to add support for other ASIC flows such as FPV, lint, etc in future. - Several optimizations to reduce run time (12x speedup from before!) 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 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 either access it online or build it locally by following the steps below.
$ sudo apt install curl python3 python3-pip $ pip3 install --user -r python-requirements.txt
$ ./util/build_docs.py --preview
This compiles the documentation into ./build/docs and starts a local server, which allows you to access the documentation at http://127.0.0.1:1313.
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).