commit | 09568b86943eca1e522ca2e7430b69ea033d3a7d | [log] [tgz] |
---|---|---|
author | Prajwala Puttappa <prajwalaputtappa@lowrisc.org> | Fri Oct 08 16:55:08 2021 +0100 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Thu Oct 14 17:26:25 2021 +0100 |
tree | 307800ae312c55bda306001c7eccd18d8d304537 | |
parent | e7dfc6f97aba20d1fefabc7d92f04da0db9d1697 [diff] |
[otbn,dv] Move run method from OTBNSim to new StandaloneSim. The following additions/ modifications are done in this commit: 1. standalonesim.py: It is a new file added in current commit. It includes the run function previously present in sim.py. It is required to run the standalone otbn sims. 2. sim.py: The run function was moved from sim.py to standaloneaim.py 3. standalone.py: Type of sim class was changed from OTBNSim to StandaloneSim. 4. simple_test.py: Following two changes are present - 1. test_count now runs standalone instead of stepped. This change was done because there is no run function in OTBNSim class anymore. 2. get_reg_dump function is updated to read ERR_BITS and INSN_CNT from the dumps generated by standalone.py Signed-off-by: Prajwala Puttappa <prajwalaputtappa@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 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).