commit | 6be21b3810009048b53740e6069a6f047a16f4ab | [log] [tgz] |
---|---|---|
author | Michael Schaffner <msf@google.com> | Wed May 12 21:09:44 2021 -0700 |
committer | Michael Schaffner <msf@google.com> | Thu May 13 10:29:38 2021 -0700 |
tree | 892536eb098cccc00a112ddceb35e7de850d4039 | |
parent | 4f6b60a47f246cdd8be8c2e713ddccca14b8c4c3 [diff] |
[tool_requirements] Set Verilator and Ninja checks to as_needed Previously, we were always checking the tool version of Verilator and Ninja in lint runs even when the tools were not used. While this is typically not a problem (these are standard tools every developer has to install locally), it can be an issue for Dvsim runs that are dispatched to cloud runners which only load the required tool image. E.g. Verilator lint runs were failing due to a missing Ninja installation. This change sets Verilator and Ninja to "as_needed", and modifies the checks in the common checker core such that only the version of the requested tool is being checked. Signed-off-by: Michael Schaffner <msf@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 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).