commit | df0936b4245287d0add5634f10bd50a755148217 | [log] [tgz] |
---|---|---|
author | Srikrishna Iyer <sriyer@google.com> | Sun Feb 14 16:36:02 2021 -0800 |
committer | Srikrishna Iyer <46467186+sriyerg@users.noreply.github.com> | Tue Mar 16 02:54:06 2021 -0700 |
tree | 132d79fec85dffaac06fbcd8fd066297a0525afd | |
parent | 1d2899fb63a854736e8da26b4a239edbf8aab06f [diff] |
[dvsim] Statically display jobs' status Currently, dvsim prints a new status on the terminal every 10 seconds (or if there is a change in pass/failed/killed count). If the regression runs for several hours, that results in a lot of status prints. In this change, the third party progress bar manager enlighten is used to print the status instead. We skip the progress bar to keep things lightweight. Based on whether output redirection has occurred or not, the Scheduler switches between printing using enlighten v/s printing using logging (which is how stats are printed currently). Signed-off-by: Srikrishna Iyer <sriyer@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).