commit | 931e60861db160d0698c51196e8580a989c26944 | [log] [tgz] |
---|---|---|
author | Cindy Chen <chencindy@google.com> | Mon Jun 29 09:44:35 2020 -0700 |
committer | cindychip <cindy.chen0316@gmail.com> | Mon Jul 06 17:44:10 2020 -0700 |
tree | af995d6b56e974eb33b92de3b0b5249647281c24 | |
parent | 5ccfb26e308bfd9edcd014f38635af10fb402282 [diff] |
[alert/dv] Support reset login in alert_esc_agent I was working on special target sequence for alert_handler and found current agent does not fully support reset. This PR ties to support reset in alert_esc_agent by: 1. Add fork join_any, disable fork to all alert and escalation drivers instead of using if under_reset() 2. Avoid duplicated code in monitors by adding a common function "reset_signals" in base_monitor class. 3. Move some logic output fork join_any to make the code more readable. 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).