commit | 867555b709f968ce3a7b51db71f221fa64cfef1d | [log] [tgz] |
---|---|---|
author | Weicai Yang <weicai@google.com> | Thu Sep 30 00:15:08 2021 -0700 |
committer | weicaiyang <49293026+weicaiyang@users.noreply.github.com> | Fri Oct 01 13:22:29 2021 -0700 |
tree | a463d05cc8fc7d1a0a72ee18297d685e32780a56 | |
parent | 6a095d7b0bf390d9d69f24335c7444694e64d7df [diff] |
[dv] Fix wait_alert_trigger A few update on waiting for an alert 1. `DV_SPINWAIT_EXIT doesn't report uvm_error. It creates 2 threads and any of them finish, it kills the other. Added uvm_error if alert doesn't occur. 2. the alert may be triggered earlier than we call this task, change to wait for either alert_p or ack_p. 3. increase default max_wait_time to 7 cycles Signed-off-by: Weicai Yang <weicai@google.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).