commit | 47526c3e2cb9768fac3c7464eb9ded31dd7ee3aa | [log] [tgz] |
---|---|---|
author | Timothy Chen <timothytim@google.com> | Wed May 04 14:53:31 2022 -0700 |
committer | tjaychen <timothytim@google.com> | Thu May 05 08:50:01 2022 -0700 |
tree | 0bc01da1122719d51fcc2f814dcec8d3e3dc7cac | |
parent | abfcfb0bb063e1d5e1aa165c3c2490f476dd292f [diff] |
[dv/flash_ctrl] update scoreboard on backdoor writes - currently flash_rand_ops sometimes fails because the backdoor updates do not also update the scoreboard. This means if after a backdoor operation there is not an explicit front-door operation, the later read check will fail. - it is surprising this was not failing more often. This fix adds the scoreboard update, and at least in local runs it seems to be better. 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]({{< relref “CONTRIBUTING.md” >}}) 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).