commit | 7d6d53d11f21675a558da1eb51fc93c1329ca7c9 | [log] [tgz] |
---|---|---|
author | Timothy Chen <timothytim@google.com> | Mon Nov 01 15:17:08 2021 -0700 |
committer | tjaychen <timothytim@google.com> | Tue Nov 02 15:15:07 2021 -0700 |
tree | c64254dcc30e8cd8cb84c4f27ac6ed8966ffe09b | |
parent | 0a345f9331a47c2179b353259e288d12eab13cc1 [diff] |
[sram_ctrl] Fix sram error checking and byte sequencing - Should fix #8905 - Previously, the error checking was mostly done downstream of sram_byte. This meant that illegal write transactions would become correctly transformed by the sram_byte module, and thus the would-be error silenced. - This PR moves all the error checking upstream of the sram byte module and passes the error through if it is observed. This is more consistent error behavior. - The documentation is also updated with a high level overview on how the adapater sram behaves. Signed-off-by: Timothy Chen <timothytim@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).