commit | 6b59246eb8b26688ec6089363957dd0ce429a594 | [log] [tgz] |
---|---|---|
author | Weicai Yang <weicai@google.com> | Mon Jun 08 17:13:47 2020 -0700 |
committer | sriyerg <46467186+sriyerg@users.noreply.github.com> | Mon Jun 15 17:35:49 2020 -0700 |
tree | d979fece29c1b64f3674eb1f7081e27986ec5efa | |
parent | 6d5e7c501c8f71da399887827f1941f90cc6020a [diff] |
[dv] Fix leftover TL items after reset Stop driving more TL items when reset occurs to fix below error > UVM_ERROR @ 18604172900 ps: (tl_host_driver.sv:47) uvm_test_top.env.m_tl_agent.driver [uvm_test_top.env.m_tl_agent.driver] Check failed seq_item_port.has_do_available() == 0 (1 [0x1] vs 0 [0x0]) UVM_FATAL @ 18604272900 ps: uvm_test_top.env.m_tl_agent.sequencer [uvm_test_top.env.m_tl_agent.sequencer] Item_done() called with no outstanding requests. Each call to item_done() must be paired with a previous call to get_next_item(). 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 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).