| commit | 1db6fcd8f909543a08a67bf6c354898be258612d | [log] [tgz] |
|---|---|---|
| author | Rupert Swarbrick <rswarbrick@lowrisc.org> | Thu Feb 11 14:56:20 2021 +0000 |
| committer | Rupert Swarbrick <rswarbrick@gmail.com> | Tue Mar 02 09:44:27 2021 +0000 |
| tree | bd60ccc13ab42ae7e145626564d42c1267213c86 | |
| parent | 0bcd916142c4eb5d381f1079c68b74dbad026bf4 [diff] |
[reggen] Define a class to represent the registers in a block This is used to represent obj['registers'], which was previously a list of registers, multiregs, windows, reserved and skipto entries. The commit doesn't replace the top-level object (obj). Other than removing genwennames and gennextoffset from (h)json export, the only other change is that we no longer distinguish between reserved and skipto, which means we have to pick one format or the other on export. This commit picks reserved (because it is more "relocatable"), but skipto could work instead. 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 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).