commit | 8188c6d4481d96f6ea30c046b920a3500689afb1 | [log] [tgz] |
---|---|---|
author | Michael Schaffner <msf@opentitan.org> | Tue Oct 26 22:46:05 2021 -0700 |
committer | Michael Schaffner <msf@google.com> | Wed Dec 01 16:56:59 2021 -0800 |
tree | 4a7df3af554d1e5e1a6cebde722e4b3d3dcd0b3a | |
parent | 2ab7789b726a60b8619d982e5a4b568e856a52b9 [diff] |
[dvsim/lint] Make message reporting more flexible This extends the LintCfg class and makes the lint message reporting mechanism more flexible, so that the lint message categories can be tailored to the tool instead of having to rely on fixed message categories. I.e., the categories, corresponding severities and report labels can now be configured as part of the Dvsim Hjson configuration, instead of being hadcoded inside the LintCfg class. To this end, a set of helper classes called MsgBucket and MsgBuckets is added that allow for convenient aggregation and printout of lint tool messages. This will allow us to reuse the lint class for upcoming tool flows like CDC where the lint tool has different message categories than the existing RTL lint tools. Signed-off-by: Michael Schaffner <msf@opentitan.org>
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 and our documentation on project organization and processes 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).