commit | 9ab407efc1f13152d532e5ef9077ce527b3d709d | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rswarbrick@lowrisc.org> | Mon Jan 25 11:40:17 2021 +0000 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Thu Jan 28 11:29:58 2021 +0000 |
tree | ba27e563a1d50e352d4ec4e4c79bac135ab368aa | |
parent | 282e009e9b1810b839f6596401ae5a0eebefc19e [diff] |
[util] Allow optional tools in check_tool_requirements tool_requirements.py lists minimum versions for tools, but the distinction between "tools that absolutely need to be installed" and "the minimum version of a tool if you want to run it" was baked in to check_tool_requirements.py This patch moves that distinction to the (more user-editable) tool_requirements.py. Tools that are marked as_needed aren't checked unless they are passed on the command line to check_tool_requirements.py. Signed-off-by: Rupert Swarbrick <rswarbrick@lowrisc.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).