commit | 64e58c446fe5c0563d1126a47b8452d8e935a9f2 | [log] [tgz] |
---|---|---|
author | Weicai Yang <weicai@google.com> | Mon Jan 25 16:37:24 2021 -0800 |
committer | weicaiyang <49293026+weicaiyang@users.noreply.github.com> | Tue Jan 26 15:04:02 2021 -0800 |
tree | 8e047d685d85e39668fb9324482b0f2d8f25f827 | |
parent | d24f60d90b0a93efe46c29f4d9dd34ff1c67cf1b [diff] |
[dv] use do_apply_reset knob to avoid calling reset in sub seq This is related to stress_all with reset In previous implmenation, we used do_dut_init knob to avoid calling reset in sub seq, but this knob disables the entire dut_init IP TB may have register setting in this task. Change to only skip reset (task apply_reset) and keep other logic in dut_init being executed Ran more than 50 seeds for all the IP *_stress_all_with_rand_reset test and all tests are passing 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).