commit | 0e47eac888d2f89991e50e160686107b6a9924ca | [log] [tgz] |
---|---|---|
author | Drew Macrae <drewmacrae@google.com> | Mon Nov 29 15:09:07 2021 +0000 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Wed Dec 08 09:19:46 2021 +0000 |
tree | e13da8639b4844dcd654c2f9fb56e8660e00972b | |
parent | 900d749af307e051c21da01920b5e40963ae58be [diff] |
[reggen] Headers for non-homogenous multiregs Rather than emitting a warning we can generate the defines for non-homogeneous multiregs, with the exception of the NUMBER_OF_*_PER_REG field which doesn't appear to be functioning properly or to be used by OpenTitan. (A similar structure is used in pmp.c where it's defined without any autogeneration, These mostly indicate that there are 32 of a certian kind of 1 bit field in a way that doesn't appear to get initialized or really to make sense, so I'm fairly certian it's done in error.) Removed apparently unused and poorly behaved NUMBER_OF_*_PER_REG from the headers until we have a usecase to add and validate it. Signed-off-by: Drew Macrae <drewmacrae@google.com>
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).