commit | da4934f66af80ce1fc85e4c3359af37a5e7183a8 | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rswarbrick@lowrisc.org> | Thu May 13 15:33:48 2021 +0100 |
committer | Srikrishna Iyer <46467186+sriyerg@users.noreply.github.com> | Thu May 13 12:14:44 2021 -0700 |
tree | ec45be5af0047eb300eed8a771e764185474aebe | |
parent | 6be21b3810009048b53740e6069a6f047a16f4ab [diff] |
[rom_ctrl] Fix gnt/rvalid timing just after initial check finishes The rom_ctrl block is supposed to give access just to the checker until the checker is finished, at which point the bus can start accessing data. To control this, there is a mux with a sel_i signal. When sel_i is 1, the checker is still running. When it drops to zero (a one-time event), the bus should have access. Before this patch, there was a bug where the block would seemingly respond to a request in zero time, raising the bus grant signal and rvalid at the same time. The problem was just that we were incorrectly using a registered signal for the grant: the ROM had taken the request a cycle earlier but we didn't tell the bus. 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).