commit | c681af118c495ec3220030fd7affdbf351a2abc7 | [log] [tgz] |
---|---|---|
author | Philipp Wagner <phw@lowrisc.org> | Wed Mar 10 10:00:34 2021 +0000 |
committer | Philipp Wagner <mail@philipp-wagner.com> | Wed Mar 17 10:22:26 2021 +0000 |
tree | 8750fd1082b4f6300fa9712795a2e36bf6089f16 | |
parent | 998b3fabcfbf56ec093d6c13a145e245f19aba52 [diff] |
[reggen] Make Params class a MutableMapping A MutableMapping is effectively a dict and can be used in practically the same way. The special implementation of `get()` is gone now and replaced with the default implementation, which has an additional, optional second parameter to give a default value. The existing behavior remains unchanged (return `None` if the key was not found). 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).