commit | 4c178cd025976e2eae5b6b0f3926334d1dfc4785 | [log] [tgz] |
---|---|---|
author | Drew Macrae <drewmacrae@google.com> | Fri May 06 14:42:29 2022 -0400 |
committer | Miguel Young <mcyoung@google.com> | Mon May 16 15:08:53 2022 -0400 |
tree | 5d0fda55a4dda5897578da9f45eff4df7f208086 | |
parent | 3dd84c7792470f5a0969281ee8bffeadf33e7fe9 [diff] |
[bazel] Add enough verilator tags to reliably filter it out of the build The test_suite contains verilator tests so we really want to filter it out when we exclude verilator tests from targets to be built. If we also tag the //hw:verilator targets that have a verilated model, we should be able to build the hw directory and the whole software directory without relying on clever tricks. (Let's keep the clever tricks for a bit) Signed-off-by: Drew Macrae <drewmacrae@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]({{< relref “CONTRIBUTING.md” >}}) 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).