commit | da5ed1548efe4610746ed26fb47349dfa1fed23e | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rswarbrick@lowrisc.org> | Tue Jun 08 14:14:40 2021 +0100 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Thu Jun 10 11:24:06 2021 +0100 |
tree | ca3a385747f1774be2c3aa21077568101c877a5c | |
parent | b37566f81e04dfdc8060b29b9eaf2242ca5e3626 [diff] |
[reggen] Optionally expose register interface in reg2hw signal If a block sets expose_reg_if in the hjson, the generated reg2hw structure will contain an extra field called "reg_if", which has the register interface signals. This could be useful for things like checksumming writes over the interface. For example, OTBN is considering a register that checksums all the writes from Ibex, in order to beef up data integrity checking between Ibex and OTBN (see issue #6175). This could also be used for more elaborate things like port knocking schemes. This exposes all the signals that come from the TLUL interface: reg_we, reg_re, reg_addr, reg_wdata and reg_be. It doesn't expose reg_rdata and reg_error because we don't really have a use for that at the moment and it causes lint problems (where it looks like a combinatorial loop between reg2hw and hw2reg). 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).