commit | 4f219f7fb585c4cdda1b04e82d3827dd8652b73e | [log] [tgz] |
---|---|---|
author | Cindy Chen <chencindy@google.com> | Mon Mar 15 11:21:38 2021 -0700 |
committer | cindychip <cindy.chen0316@gmail.com> | Mon Mar 15 15:19:38 2021 -0700 |
tree | b0b7fd85fd10c768a3990b70a320bb67c1e421dd | |
parent | 06fb63992b0a9adb714a4677376c6d651cc91add [diff] |
[dv/hmac] Fix illegal bin failure This PR fixes hmac illegal bin error. The error is due to hmac scb sampling issue. When we do a intr_test write, and then intr_test write, the interrupt could be cleared. Then if we read intr_test, the interrupt test still expects the test bits to be set. This PR fixes the issue by sampling it on intr_test. Signed-off-by: Cindy Chen <chencindy@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).