commit | 712e06f25b254f87b0cdaa60518fd4875cbe8110 | [log] [tgz] |
---|---|---|
author | Timothy Chen <timothytim@google.com> | Fri May 01 18:48:23 2020 -0700 |
committer | tjaychen <timothytim@google.com> | Mon May 11 18:24:50 2020 -0700 |
tree | 4aed2e173320a0a316e9bc79c125cafcc3bbecf4 | |
parent | fc5cd996b95e1703b763edfbdbc3e49baf02fb14 [diff] |
[tlul] - Update to prevent x on d_error The scenario is as follows: - A transaction is accepted (reqfifo is updated) - reqfifo attributes are used in the next cycle to set payload such as d_error - However, if downstream takes more than 1 cycle to return, the response during that cycle is unknown, and the assertion fails. This stall is quite likely to happen in a real system, so d_error is now also qualified with d_valid like the return data. 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 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).