commit | d538978dbfd88a19b9551fea8b309d9a5d52122b | [log] [tgz] |
---|---|---|
author | Srikrishna Iyer <sriyer@google.com> | Tue Dec 01 14:20:57 2020 -0800 |
committer | Srikrishna Iyer <46467186+sriyerg@users.noreply.github.com> | Fri Dec 04 11:31:06 2020 -0800 |
tree | 1545df853ca10309dd7d70830e42cc52a4f24ec1 | |
parent | ae54b368712a0cc74a1d60ba2c14e834643d8153 [diff] |
[DV Common] Split DV test status reporting logic This commit splits the DV test status reporting logic into its own pkg (out from dv_utils_pkg). It adds a `dv_report_pkg` which provides a common method to print the final test status banner and signature used by external scripts to determine whether the test passed or failed. This method is invoked within dv_report_server (UVM) as well as (in future commit) top_earlgrey_verilator.sv to have a unified way of reporting the test status. 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).