commit | a3680885c73a9967927d8595efc7060060b89b42 | [log] [tgz] |
---|---|---|
author | Cindy Chen <chencindy@opentitan.org> | Fri May 06 10:09:09 2022 -0700 |
committer | Cindy Chen <cindy.chen0316@gmail.com> | Fri May 06 11:52:56 2022 -0700 |
tree | 1dc070c5f47d4f91077950fda69353fed629f2af | |
parent | 5b0876b53c2f4d8fe5a977749dd81f04edb28dde [diff] |
[dv/chip] fix same_csr_outstanding sequence assertion error This mubi assertion error is because in csr tests, we randomly write value to a mubi typed register. Because internal design will treat non-mubi4 value as False, so we can disable this assertion. Signed-off-by: Cindy Chen <chencindy@opentitan.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]({{< 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).