commit | 89001bd7357f6d693e307859433b713980053ecc | [log] [tgz] |
---|---|---|
author | Weicai Yang <weicai@google.com> | Mon Dec 07 18:37:58 2020 -0800 |
committer | Srikrishna Iyer <46467186+sriyerg@users.noreply.github.com> | Mon Dec 07 22:24:51 2020 -0800 |
tree | cbb949cde3c30d0d02f919df45e6aac1718694fe | |
parent | dddf93b9bd2fe2559dcb3747ad1739a0d92b011b [diff] |
[dv] Fix push_pull_agent Found 2 interesting issues 1. without `this` when we create analysis_fifo, it will be created under root and if we create 2 of them (like create 2 device agents), will see this error UVM_FATAL @ 0 ps: (uvm_component.svh:1897) req_fifo [CLDEXT] Name 'req_fifo' is not unique to other top-level instances. If parent is a module, build a unique name by combining the the module name and component name: $sformatf("%m.%s","req_fifo"). 2. `req_fifo` is the name which is already used in [uvm_sequencer_param_base](https://verificationacademy.com/verification-methodology-reference/uvm/docs_1.2/html/src/seq/uvm_sequencer_param_base.svh), So have to use a different name 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).