commit | 2f33ce93cade409b32739570882199cc1d850e16 | [log] [tgz] |
---|---|---|
author | Miguel Young de la Sota <mcyoung@google.com> | Thu Mar 03 10:20:38 2022 -0500 |
committer | Miguel Young <mcyoung@google.com> | Mon Mar 14 14:56:51 2022 -0400 |
tree | 6c5abff82e33b69373b862ae5f836baf48e8c683 | |
parent | b6fa2203f834c88ad6aae9d459d2683e4f948753 [diff] |
[sw, base] Add a macro for creating addressable code labels This macro is intended for writing chip-level tests that want to check that some kind of exception-ey thing happened in a range of program counters. It is a maximally compiler-portable implementation that won't be optimization-hostile like GCC's label references (&&label), whose support in LLVM is... not something we should rely on. This macro is mostly made of caveats, but it has a narrow use regardless. Signed-off-by: Miguel Young de la Sota <mcyoung@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 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).