commit | fd11746206ca6f7e7968c2d93c70422bc0b996ce | [log] [tgz] |
---|---|---|
author | Srikrishna Iyer <sriyer@google.com> | Sat Nov 20 21:14:42 2021 -0800 |
committer | Srikrishna Iyer <46467186+sriyerg@users.noreply.github.com> | Tue Nov 23 11:13:14 2021 -0800 |
tree | 041abdeba96e0d510752e291a48bd69146fd17a2 | |
parent | aea37dd80fee816da055895f64a835bfb4c6abba [diff] |
[dv] Add sub RAL block creation knobs This commit was an attempt at a fix for #9323 which was unsuccessful. The idea was to provide per-sub-RAL block creation knobs which are controlled at runtime instead. So for instance, the generic AST register block within the chip RAL model could be skipped from creation at runtime. The provided callback functions `pre|post_build_ral_settings()` would be used to achieve this. The extended (external) chip env cfg class could skip the generic RAL blocks for instance and maintain separate actual RAL blocks in their env instead. Chose to keep these updates but not execute this idea. Signed-off-by: Srikrishna Iyer <sriyer@google.com>
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 and our documentation on project organization and processes 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).