commit | 74b0740cec8836b11b71d9ce97bb244f77c75bb1 | [log] [tgz] |
---|---|---|
author | Chris Frantz <cfrantz@google.com> | Thu Apr 07 18:07:34 2022 -0700 |
committer | cfrantz <frantzcj+github@gmail.com> | Fri Apr 15 08:18:41 2022 -0700 |
tree | 83fd7d4eb89451fb598916a4f2acba8373a284ea | |
parent | 52c3b8a27d2a269770269c1dc525a0144a9abbb3 [diff] |
[bazel] Automatically download bitstreams for FPGA tests 1. Create a bitstreams repository to cache bitstreams published in the GCP opentitan-bitstreams bucket. 2. Create a manager script which periodically examines the list of published bitstreams and downloads the latest (or user requested) and creates bazel labels for those bitstreams. 3. Update the cw310 rule to depend on @bitstreams//:bitstream_test_rom. This can be changed to @bitstreams//:bitstream_mask_rom for tests which require the mask ROM. Signed-off-by: Chris Frantz <cfrantz@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).