commit | 924c6065651b5d4680ad258a4a323f7313863fd5 | [log] [tgz] |
---|---|---|
author | Cindy Chen <chencindy@google.com> | Wed Jan 27 14:27:50 2021 -0800 |
committer | Srikrishna Iyer <46467186+sriyerg@users.noreply.github.com> | Wed Jan 27 22:51:04 2021 -0800 |
tree | 15ed1b1b941083bda0cc92f446506675e00a97d7 | |
parent | cf607b2101bc4b3bcbab4372ea02daf94b61d5b6 [diff] |
[dv/dvsim] collect coverage in scheduler Current Scheduler.py will kill the `next_item` if any dependencies failed or killed. But for nightly regression coverage runs, I think the goal is to collect coverage as long as there is any passing test. So here I add some logic to the `dispatch` function. 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).