commit | cf0482404eccd242e10aee3485e00a0b64bdc617 | [log] [tgz] |
---|---|---|
author | Greg Chadwick <gac@lowrisc.org> | Fri Oct 02 15:28:42 2020 +0100 |
committer | Greg Chadwick <gac@lowrisc.org> | Tue Oct 13 11:08:27 2020 +0100 |
tree | 7c419b03d2eb2700ac200bca7329837b38811570 | |
parent | 4e10931c2fbaa3a417e9775f9ef3d821dcdc7801 [diff] |
[otbn] Small decode fixes and struct rearrangement This places far more of the decoder signals into the specific base/bignum structs. Those signals that are moved into the specific structs may have had a shared meaning but are unrelated in terms of logic (e.g. operand select for the ALUs, different decode logic for bignum and base ISAs and different ALU muxes they control). There are some small clean-ups around removing unused types and enums that relate to decode. Signed-off-by: Greg Chadwick <gac@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).