commit | 00fa2cd03466b762d30d31afe7e3b9de62fbbb1e | [log] [tgz] |
---|---|---|
author | Cindy Chen <chencindy@opentitan.org> | Wed Jan 26 15:16:07 2022 -0800 |
committer | cindychip <cindy.chen0316@gmail.com> | Thu Jan 27 00:23:20 2022 -0800 |
tree | f75b12730456e1a02cd44ae896facd4e45450d08 | |
parent | b9597e56af20e0407ea0a5dffd0574d09c6ceec0 [diff] |
[dv/otp_ctrl] Remove the ECC injection during dai_rd This PR removes the ECC injection in dai_rd. Because when OTP testbench first implemented, the mem_bkdr_utils are not fully implemented to check ECC errors, so we have to manually tag in sequence where we inject ECC error. Now we can separate sequence and scb. Sequence can inject ECC error at any address during read operation, and scb will just need to backdoor read ecc errors. Signed-off-by: Cindy Chen <chencindy@opentitan.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).