commit | 5f0e1647f162006e00f5f9af946c9da0047c462a | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rswarbrick@lowrisc.org> | Wed Jul 28 12:01:13 2021 +0100 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Thu Aug 19 16:01:22 2021 +0100 |
tree | 97c9fa2f43d385b5d14b129b5ec0ad0cb160368e | |
parent | fcbdd827ea5d7dad2905b5e23fa9e6f20b2f986b [diff] |
[otbn,dv] Double the number of otbn_single runs Since lots of the interesting corner cases cause (architecturally defined) errors, we have to do lots of OTBN runs to see them all. It turns out that the setup/teardown costs of a simulation aren't too significant compared to the time spent running instructions, so there's no real benefit to packing multiple runs into a single simulation. And, obviously, debugging is easier with just a single binary. So bump up the number of otbn_single runs, to see more of the weird error cases :-) Signed-off-by: Rupert Swarbrick <rswarbrick@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).