commit | 8bb8cc98c47a3b63e4a528005f3fdbd3b728fdb2 | [log] [tgz] |
---|---|---|
author | Prajwala Puttappa <prajwalaputtappa@lowrisc.org> | Tue Feb 22 11:12:23 2022 +0000 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Tue Feb 22 17:00:36 2022 +0000 |
tree | 25553ba86e2cb098d3aaf8c58c9af70ae2cd1e7f | |
parent | 75e2a78669091adf5dcab7bb7e4e1bbfb3484886 [diff] |
[rom_ctrl, dv] Fix for rom_ctrl_kmac_err_chk regression failure Fatal alert is not triggered unless error response is signalled from Kmac. Kmac signals an error only after kmac_data_o.last is asserted. Last is asserted after all the address spaces in the rom is read and sent to KMAC. Ths depends on the delay between ready-valid handshake. Therefore, delay to expect the alert has been increased to ensure that we wait till last has been asserted. Signed-off-by: Prajwala Puttappa <prajwalaputtappa@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).