commit | 6114dc08ba10d4cd344ce103d9ba81635610e829 | [log] [tgz] |
---|---|---|
author | Pirmin Vogel <vogelpi@lowrisc.org> | Fri Nov 13 16:43:31 2020 +0100 |
committer | Pirmin Vogel <vogelpi@lowrisc.org> | Fri Nov 13 22:03:46 2020 +0100 |
tree | 00926c08886e473e09a17a37f7689031655205a4 | |
parent | f3c9150221f5533e81703da77aa202077d2892d9 [diff] |
[prim/util] Fix parameter type when using prefixes Previously, the optional prefix was used for the type definition only but not when instantiating a parameter of this type. This caused compilation errors. Also, instead of `localparam` the utility now generates `parameters`. In accordance with our style guide, this is the preferred choice as in most cases these snippets end up in package files. 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).