commit | 766d68f3446bef761a221c8d47b697cbd5b99ed0 | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rswarbrick@lowrisc.org> | Wed Mar 10 15:00:42 2021 +0000 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Thu Mar 11 15:18:51 2021 +0000 |
tree | 40c863016b74e41fb556037d5ac40c277de96b01 | |
parent | cc0dd2a769f5852b7301848a050531d91f347b41 [diff] |
[csrng] Remove duplicated parameter The existing code defined the NHwApps parameter in csrng.hjson (which flows into csrng_reg_pkg.sv) and also defined it as a parameter in the csrng and csrng_core modules. This causes a namespace conflict, violating the SystemVerilog spec. We can't remove the parameter from the csrng module because it's used in DV to allow the testbench to test different configurations from what ends up in the chip. Fortunately, NHwApps doesn't alter the top-level port list so isn't needed by the reggen/topgen machinery, meaning that we can just remove it from the hjson file. 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).