commit | 49e9ecc0aeb07ace86f20701e1493cc9b1928b4a | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rswarbrick@lowrisc.org> | Fri Jun 04 16:35:51 2021 +0100 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Wed Jun 09 09:31:52 2021 +0100 |
tree | e95c934ae963a615b00075f9f49711c4bdeb5500 | |
parent | a538cf7ef5141bde93c59a37c77cda614a0fb77f [diff] |
[otbn,dv] Dump an "expected end address" symbol from the RIG The random instruction generator currently tries hard not to generate any invalid instructions or trigger any errors on the processor. We're going to start generating errors soon, but we don't want to do so "accidentally". To help us avoid that, we add an "_expected_end_addr" symbol to the generated ELF file. A followup commit will teach the simulator to spot that address and generate an "oh no! the world is broken!" error if simulation stops on the wrong address. Note that this change won't give us any extra confidence in the RTL, but it should make it easier to debug if we make a mistake in the RIG and it's not generating quite the program paths we thought it was. 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).