commit | bf7fe81ebeb783f1f18aea57c581d7abccee31ee | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rswarbrick@lowrisc.org> | Fri Aug 27 16:59:56 2021 +0100 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Wed Sep 01 10:37:40 2021 +0100 |
tree | 4eeaef1a269360cb4e4dbf3c91767f819ca95b9e | |
parent | 5892641010a790b3f47e208244425d562e0d859d [diff] |
[hw] Simplify how we narrow to blocks in hw/ip in hw/Makefile Rather than having a phony target that uses a bash "if" statement to decide whether to do something, start by filtering out the blocks that we don't want to run on in the Makefile itself. The resulting code is a bit easier, and the console output is much easier to copy-paste if something goes wrong. Also, use Make patterns to make the rules much easier to read (in each case, we make sure that $* is the name of the block). 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 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).