commit | 47587f39cb34ab34d52f19ecbd580dc2faa67e23 | [log] [tgz] |
---|---|---|
author | Timothy Trippel <ttrippel@google.com> | Wed May 04 13:03:20 2022 -0700 |
committer | Miguel Young <mcyoung@google.com> | Thu May 05 10:27:46 2022 -0400 |
tree | 43996221e6e0af29abf83bf426cd653d9f709e4c | |
parent | 8be194667aefeeeb9b8fbb3abfeb048fc1469078 [diff] |
[bazel/bitstreams] error out on unitialized cache access If the bitstream cache is unitialized, and an access is attempted for the first time in "offline" mode, the is a "invalid key" error when attempting to access the latest bitstream entry in the cache. This causes the bistream caching script and associated bazel repository rule to error out with useful messages. Signed-off-by: Timothy Trippel <ttrippel@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).