commit | 10fdc4a9dfd69e717c29d7624fcb404adf22e2f6 | [log] [tgz] |
---|---|---|
author | Andreas Kurth <adk@lowrisc.org> | Tue Aug 23 14:55:41 2022 +0000 |
committer | Canberk Topal <87007427+ctopal@users.noreply.github.com> | Thu Aug 25 09:52:28 2022 +0100 |
tree | d1709c75e0953b000240f4c7f86b5f5d42d5be7e | |
parent | 514f199692cad015dd32e3d313c228324380b8b0 [diff] |
[otbn,dv] Unset `recov_alert_seen` on reset Prior to this commit, the OTBN scoreboard would not reset the flag that tracks if a recoverable alert has been seen (`recov_alert_seen`) on a reset. This caused errors (such as "Double recoverable alert seen") in tests that reset before the recoverable alert has been handled (such as `otbn_reset`). This could be reproduced with `otbn_reset` and the seeds `2209004860` and `542535943`. This commit adds the missing reset. Signed-off-by: Andreas Kurth <adk@lowrisc.org>
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).