commit | e7c96aa9b144bd4eb25ea22ed8c2ac4b31d06df2 | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rswarbrick@lowrisc.org> | Tue Nov 16 17:02:36 2021 +0000 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Wed Nov 17 11:22:40 2021 +0000 |
tree | 70db8d1c53786cf5f3f31cbbf13e9598c811e38c | |
parent | c2ae2ea26d14b7df8f12edc6c1aa97f1a0797e80 [diff] |
[otbn,dv] Fix is_valid_*b_addr check This check is supposed to be working out whether the word for the address actually exists. The divide by 32 was right when our words were 256 bits long, but needs to change to 4 now that they are just 32. 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 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).