commit | 611a642e691a94d5ccc0f6d7eafeb1358d536e2c | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rswarbrick@lowrisc.org> | Fri Feb 12 11:56:48 2021 +0000 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Sat Mar 06 17:31:32 2021 +0000 |
tree | f29cdb93576aaba01e64713ea84f0c7b5c9c9ab1 | |
parent | 4047b0d0f29b2a22b2b8a96cbf1881bcd5b13990 [diff] |
[reggen] Define classes to represent parameters in a block This is supposed to represent the thing at obj['params_list']. The Params class is essentially just a list of the parameters. These parameters are now split into 3 classes, inheriting from BaseParam. LocalParam and Parameter are for "normal" parameters and localparams. RandParameter is used for random netlist constants. This change has a small impact on topgen.py: the code that pulls parameters up to the top-level actually gets a bit cleaner, but it now needs to convert back to dict explicitly. That shuffling, in turn, slightly changes the ordering of fields in (the checked-in) top_earlgrey.gen.hjson. 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).