commit | 04f68e7a1b8a760bdb4bda76d0cd9b6ae0b1e18f | [log] [tgz] |
---|---|---|
author | Cindy Chen <chencindy@opentitan.org> | Wed Aug 17 16:34:59 2022 -0700 |
committer | tjaychen <timothytim@google.com> | Thu Aug 18 07:45:13 2022 -0700 |
tree | bdb7e39d4132640c678a20d3156c0920f8f38142 | |
parent | e36d3d88b3c9fce7205273dddc6e3b1ac6971157 [diff] |
[dv/chip] Fix alert ping timeout error This PR fixes chip_sw_alert_handler_ping_timeout error. When alert's ping timeout is set to a small value, it might trigger spurious alert depends on the timing. And eventually might fire an unexpected interrupt. To avoid this issue, this PR slightly modify the C test to check timeout interrupt but also allows other interrupt to fire in the meantime. 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).