commit | c42725cdb717f9e059759a26bfbfdc4e37ccf96e | [log] [tgz] |
---|---|---|
author | Greg Chadwick <gac@lowrisc.org> | Fri Mar 19 17:14:37 2021 +0000 |
committer | Greg Chadwick <gac@lowrisc.org> | Mon Mar 22 15:44:12 2021 +0000 |
tree | 58df0aabafc348a303243c4e73a93849b5a91ecc | |
parent | 781738435f6d11f333a50f889b3b87b30f432e61 [diff] |
[otbn] Refactor ISS stalling behaviour Previously the ISS would execute an instruction then stall for some number of cycles before committing the result. This alters the behaviour so instructions can explicitly request a stall (via returning False from OTBN.pre_execute) and multi-cycle instructions (LW/BN.LID are the only examples so far) will stall themselves before they execute rather than after. A seperate OTBNState.non_insn_stall is introduced to support non instuction related sources of stall. For now this is just used by a single stall cycle at the beginning of execution. Signed-off-by: Greg Chadwick <gac@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 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).