commit | 9cf8ab1e1d082418550bd5e78f10599344201fa0 | [log] [tgz] |
---|---|---|
author | Martin Lueker-Boden <martin.lueker-boden@wdc.com> | Sat Aug 27 20:05:28 2022 -0700 |
committer | Martin Lueker-Boden <47870387+martin-lueker@users.noreply.github.com> | Wed Sep 07 15:20:09 2022 -0700 |
tree | f803024cde2c96306be5f9bc72643f931c6204d0 | |
parent | 474d74afd1bad8b3edec2bf7ee9635bdbddc92be [diff] |
[entropy_src/dv] Support complete backpressure Testing the cs_aes_halt_req/ack port calls for improving backpressure support in the entire entropy_src pipeline, as submitted in PR #14644. These changes in turn actually simplify some of the timing subtleties that have to be done in the DV scoreboard. Some of the DV timing hacks done prior to this commit no longer accurately predict the timing of the entropy source. Most notably, data samples no longer linger in the RNG bit-select FIFO until another RNG sample is recieved. This commit also updates the assertion tweaks that need to be done to support the backpressure changes. This is because there is another instance of prim_mubi4_sync that needs to be relaxed when bad Mubi values are injected into the pipeline. 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).