commit | 6a45bd4386681d6c2708c3e2ddb81c21970e97c4 | [log] [tgz] |
---|---|---|
author | Pirmin Vogel <vogelpi@lowrisc.org> | Wed Sep 16 16:10:50 2020 +0200 |
committer | Pirmin Vogel <vogelpi@lowrisc.org> | Tue Sep 22 08:18:10 2020 +0200 |
tree | 67a56c2e869ced826c75adb1f37708960f534769 | |
parent | ca706538ff1f3d54104cdc3a073bddc95e9217b9 [diff] |
[reggen] Do not declare non-local parameters in *reg_top.sv Local parameters are only defined inside *reg_top_pkg.sv. They are used as constants inside 1) the register file and/or 2) the actual module. Non-local parameters are module but not register file parameters: They are used inside the module but not in the register file. The register file itself is not parameterized. For this reason, there is no point in declaring non-local parameters as module parameters in the register file top. No existing IP core was using this. Signed-off-by: Pirmin Vogel <vogelpi@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).