commit | 7ff1a1913f5610f0842879284254717753285832 | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rswarbrick@lowrisc.org> | Mon Jan 24 14:19:33 2022 +0000 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Mon Jan 31 10:40:24 2022 +0000 |
tree | fe5ebffa2a83964dab91c1f67dca3306af733cc2 | |
parent | 791f7d7f5cedb45c112ee99d0c5f410898e38b6d [diff] |
[otbn,dv] Avoid spurious MOD read entries in trace If OTBN reset in the middle of a BN.ADDM or BN.SUBM then the second term of the expression for ispr_read[IsprMod] stayed true while we were in reset (because it depends on a non-reset flop), causing a spurious < MOD: 0x00000000_000...0000 line once we started OTBN again after the reset. The fix is simple: just qualify that term by insn_fetch_resp_valid. (Other terms are qualified with that already because it's part of any_ispr_read). Signed-off-by: Rupert Swarbrick <rswarbrick@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).