commit | 2f6009eef6dec3e6a6b712666f6d59d053b9def3 | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rswarbrick@lowrisc.org> | Mon Mar 07 00:02:59 2022 +0000 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Mon Mar 07 07:45:21 2022 +0000 |
tree | 3f5ad29b18098b45528529900e6fa06a6e165bec | |
parent | fe294ca0b6e02ff8f3f9d87e9ba54579139edc0e [diff] |
[keymgr,dv] Work around Xcelium ICE in scoreboard It turns out that using state.name here causes an internal error in Xcelium at the elaboration stage. This happens for at least versions 20.03-s001 and 21.09-s006. I don't *think* there's anything suspect in the code that was there. Weirdly, to trigger the error you need the `dv_error() function call that the `DV_CHECK_NE macro expands into. In particular, just using $display() to print out the message doesn't cause a compilation failure. 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).