commit | 9421c1e872d4a05bea6d3a307a0eec5f275aba07 | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rswarbrick@lowrisc.org> | Fri Feb 19 16:05:41 2021 +0000 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Mon Feb 22 12:14:09 2021 +0000 |
tree | 6882d6380f97dd535db95820223d16101c0e8a18 | |
parent | 8d4e4122ae3cc3545f93c6d77dfcaa7c4e5d7eff [diff] |
[otbn] Get rid of the RegRef class in document extraction This was needed for an initial version of the rewriting pass, where we replaced register lookups with something like "GPRs⟦idx_expr⟧", but we've switched to normal array syntax (without the clever square brackets), so can do something much simpler. Signed-off-by: Rupert Swarbrick <rswarbrick@lowrisc.org>
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 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).