commit | a590e1ab4805c647987b89d7a0b6cf0dcf6c9c6e | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rswarbrick@lowrisc.org> | Fri Jan 29 15:58:29 2021 +0000 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Mon Feb 22 09:01:54 2021 +0000 |
tree | caecccbda11486ae76a9aafd22fb1b18986bad7c | |
parent | b5ef338484dd3ae6a167016a4cf1c62d5a6cb754 [diff] |
[lint] Spot errors in the lint flow that we weren't expecting If something goes wrong and the lint tool returns a nonzero exit status (causing edalize/fusesoc to complain), we normally want to squash that error message because it's something we have other warnings about anyway. However, we *do* want to see the message if something more dramatic has happened. For example, we weren't seeing syntax error messages from a very confused Verible, meaning that we reported no lint errors when in fact the tool had died completely. Signed-off-by: Rupert Swarbrick <rswarbrick@lowrisc.org> Co-authored-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 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).