commit | 3f18154727c8320b014a8e961b2a2b37e8a271d6 | [log] [tgz] |
---|---|---|
author | Florian Zaruba <zarubaf@iis.ee.ethz.ch> | Fri Sep 11 14:47:00 2020 +0200 |
committer | Eunchan Kim <me@eunchan.kim> | Fri Sep 11 14:45:13 2020 -0700 |
tree | 7a48d33cc8f9bf1898b48235a090f89a0b46b345 | |
parent | b13857eb2413b0a8056f153698cce41d60fd75d9 [diff] |
[reggen] Fix #3301 missing type definitions In the case when the number of bits in either read or write direction is exactly once the register tool does not generate the necessary `*_reg2hw_t` and `*_hw2reg_t` types in its package. Signed-off-by: Florian Zaruba <zarubaf@iis.ee.ethz.ch>
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).