commit | 99f50449c454410cb51e9ec8d35d5f6e527261c5 | [log] [tgz] |
---|---|---|
author | Miles Dai <milesdai@google.com> | Mon May 09 18:44:19 2022 -0400 |
committer | Timothy Trippel <5633066+timothytrippel@users.noreply.github.com> | Tue May 10 17:26:07 2022 -0700 |
tree | 4ad019860ae2b8665809fd3849e0d1d0c5d5889b | |
parent | 276d2dcbed7e1750668805ed15576a8183d01bb4 [diff] |
[bazel,ci] Use a single-threaded Verilator model in CI This commit runs a single-threaded Verilator model in CI due to constrained compute resources. - The `verilator_options` flag is exposed via a Bazel configuration to allow the `--threads` flag to be set from the command line. By default, `--threads 4` is passed if the option is not specified - The scripts used to build the Verilator model demonstrate how this flag should be used Signed-off-by: Miles Dai <milesdai@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).