commit | c6b04721be3ded86f8ac42433e69a6b9e5b10d73 | [log] [tgz] |
---|---|---|
author | Martin Lueker-Boden <martin.lueker-boden@wdc.com> | Wed Aug 17 08:43:41 2022 -0700 |
committer | Martin Lueker-Boden <47870387+martin-lueker@users.noreply.github.com> | Fri Aug 19 09:24:19 2022 -0700 |
tree | f5dd3e301e0e858eadd022d6e954145ee8207ddb | |
parent | 8d1cea1a55cdf364775dec80859cd2d530890402 [diff] |
[entropy_src/dv] Recover from RNG failures This commit refactors the RNG and Base VSeq's to recover from simulated failures of the RNG push-pull agent. The interrupt handler thread in then the RNG Vseq has been reorganized to take advantage of the fact that the main thread is now responsible for doing random reconfigurations whenever any failure has been detected. A RNG-failure recovery sequence has then been added to the main thread. The health test interrupt thus just triggers a shutdown of all background operations and a transition to the main thread. Furthermore, the random health-check statistics gathering operations (which were previously only performed after health test failures), have now been added to a general disable_dut task in the base entropy_src vseq, along with the associated random variables. Signed-off-by: Martin Lueker-Boden <martin.lueker-boden@wdc.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).