commit | 78194c8b8f01f74b38e46fd454b396ada02c484b | [log] [tgz] |
---|---|---|
author | Philipp Wagner <phw@lowrisc.org> | Wed Mar 10 10:08:17 2021 +0000 |
committer | Philipp Wagner <mail@philipp-wagner.com> | Wed Mar 17 10:22:26 2021 +0000 |
tree | 54d3d9abb497bd402149c9e694734c5ceb96d52a | |
parent | c681af118c495ec3220030fd7affdbf351a2abc7 [diff] |
[reggen] Make Params class less reggen-specific The Params class is a nice container for holding parameters, only two methods make it specific to the use in reggen. Leave only the common parts in Params, and move all reggen-specific things into a new class ReggenParams. (I did go this route instead of renaming Params -> BaseParams to indicate in the class name that the code is actually specific to reggen. ReggenParams isn't the greatest name either, but the usage scenarios for the class are rather wide, so RegParams sounded wrong as well ...) Signed-off-by: Philipp Wagner <phw@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).