commit | 11880035e261cd9d6775de04cde17ebdbc8b41e2 | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rswarbrick@lowrisc.org> | Fri Feb 19 12:27:00 2021 +0000 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Fri Feb 19 13:38:45 2021 +0000 |
tree | efe79758f02b1eebc89435a0b86f4a6f3e3f1a51 | |
parent | 2aff11b701632ec81fefedae21fc8d9c30c87ec5 [diff] |
[reggen] Fix layout in register table I messed this up in commit 94926ae (by closing the <td> containing a register description when there was an enum to follow). This patch fixes that and, I think, simplifies the logic a bit. Now, we collect up "desc_parts", which contains any register description and any enum. The surrounding <td> ... </td> get added together at the end. Doing it this way should avoid things coming unstuck again in the future. 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).