commit | 234b4349052632cdd3ba522e3d2ee25a0553738c | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rswarbrick@lowrisc.org> | Mon Aug 10 11:24:53 2020 +0100 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Thu Aug 13 18:03:22 2020 +0100 |
tree | 874ebd5d82a3e363e481b6551071d12947d19ec7 | |
parent | 16686803bdc4ec7a4fbe06b3534884d8d2a9915f [diff] |
[otbn] Clarify what happens on out-of-bounds or unaligned load/store Allocate an error code for "bad data access" and refer to it in the docs: this can totally change as we implement the design, but it's much easier to say something and change it later. This patch also slightly expands the general notes about what happens on an error ("We stop and set an error flag": see _index.md). I think this should be pretty uncontentious. Obviously, there are more details to add in future! The patch adds a check for top-of-memory to the pseudo-code that describes how the bn.lid and bn.sid instructions work. Hopefully, this pseudo-code will eventually be pulled from the simulator, but it can't hurt to add that check for now. 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).