commit | be2128572d11a544d589cd752e35e58efa312951 | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rswarbrick@lowrisc.org> | Tue Mar 30 08:43:11 2021 +0100 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Tue Mar 30 19:41:23 2021 +0100 |
tree | 5049a584108dce1d35f4d6d7fc21b715864d6730 | |
parent | 5c06a7b8641612ae8c40937e31bf9aacc9482546 [diff] |
[reggen] Fix name for "u_reg" backdoor in RAL code The generated RAL code needs to know where to find the generated register in the design. Before this patch, we had it hardcoded as "u_reg" but that isn't going to work if there are multiple register blocks in the design(!). Here, we use the same naming convention as the rest of the reggen code: if a device interface has an explicit name, "foo", we assume things relating to the interface get a "_foo" suffix. Also fix the name of the one example in the tree (in rom_ctrl.sv) to match this convention. 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).