commit | a6e05aecd401ba59284d674b21bbddc8802c960a | [log] [tgz] |
---|---|---|
author | Cindy Chen <chencindy@google.com> | Thu Aug 13 11:21:38 2020 -0700 |
committer | cindychip <cindy.chen0316@gmail.com> | Thu Aug 13 17:24:02 2020 -0700 |
tree | 9d3d7f30ac373b03926897a23b1f0cc424810c9e | |
parent | 8d6915948a3aff4f92ab6acb3869191a8ba58c10 [diff] |
[dv/chip] shadow_reg regression fix Recent regression shadow_reg failures are due to reset in shadow_reg sequences. Original code directly used `dut_init` task to issue reset. But in `chip_common_vseq.sv` we override the `apply_reset` task. So this PR: 1). Change the `dut_init` task to `apply_reset` in shadow_reg sequence 2). Because csr_rd in shadow_reg sequence is non_blocking, add a "wait_max_outstanding_item" between each read to ensure no outstanding access exceeds max. Also add a "wait_no_outstanding_access" to make sure all reads are done before going to next iteration 3). Change from verbosity `UVM_LOW` to `UVM_MEDIUM` to reduce the amount of code printed in daily regression Signed-off-by: Cindy Chen <chencindy@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).