commit | 8cb33a7b336adee07424238215157e0539833df4 | [log] [tgz] |
---|---|---|
author | David Pudner <davidpudner@protonmail.com> | Wed Jan 26 10:49:28 2022 +0000 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Mon Jan 31 14:50:04 2022 +0000 |
tree | 6dd02222c1fa08e80a96727931b18a48631d45b0 | |
parent | 442d3deebe4f5ed32960f9260e0b5029bcb06037 [diff] |
[hw/dv] Changed set_response_queue to be umbounded due to queue overflow issues in Questa As discussed in issue 9514 Questa was running into queue overflow issues when running uart_stress_all_with_rand_reset tests. This is due to the driver put happening earlier than the sequence item get. It was aggreed that the check could be changed to be umbounded. The test now passes. Signed-off-by: David Pudner <davidpudner@protonmail.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 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).