commit | 7c3de6e8ff1d773e72b2ad6b95806c8508f665bf | [log] [tgz] |
---|---|---|
author | Timothy Chen <timothytim@google.com> | Mon Jul 19 16:46:45 2021 -0700 |
committer | tjaychen <timothytim@google.com> | Thu Jul 22 12:25:30 2021 -0700 |
tree | cfb0fcca61c718ba35d741ce9272d3d3a15f0ef2 | |
parent | 8484ee48059293e41bb8fa87bf8ecf3061af9159 [diff] |
[util] Prep work for shadow reset impelemtation - This cleans up the python files behind rstmgr a bit and makes them into a class (following clk examples) - Add some plumbing for resets to self determine domains and need for shadow resets. This will remove the need for correct accounting in the hjson - Concentrate some information into the reset class instead of having it spread around topgen / various dicts. Also add helper functions to retrive this information. - The level of abstraction is probably a bit too much, but this is probably a bit cleaner until we get a chance to organize into a "top" class that represents the entire design. Signed-off-by: Timothy Chen <timothytim@google.com> [top] Auto generate Signed-off-by: Timothy Chen <timothytim@google.com> [top] Some touch-ups based on comments Signed-off-by: Timothy Chen <timothytim@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).