commit | 229e789af4cbe95b69c8e411a8883376e2d4cf21 | [log] [tgz] |
---|---|---|
author | Cindy Chen <chencindy@google.com> | Wed Aug 19 12:21:02 2020 -0700 |
committer | cindychip <cindy.chen0316@gmail.com> | Wed Aug 19 15:36:12 2020 -0700 |
tree | 907938ef24fe1f943251a72db126cec92bb6c1c9 | |
parent | aa8ed45826b570acf2b9716b9dc3895ced45325a [diff] |
[dv/shadow_reg] change reset task Original code use `apply_reset` for issuing reset in shadow-reg. `apply_reset` will finish right when reset_deasserted. However, in tl_host_driver, there is a check for seq_item.has_do_available that checks there is no items after reset_deasserted. This could cause a race condition. So here I change the reset command to `dut_init` to avoid the race condition. 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).