commit | a5bc6b3f3c45969247aa7dc5ba5ded0715994186 | [log] [tgz] |
---|---|---|
author | Cindy Chen <chencindy@opentitan.org> | Mon Oct 25 17:33:24 2021 -0700 |
committer | cindychip <cindy.chen0316@gmail.com> | Tue Oct 26 11:06:56 2021 -0700 |
tree | 169c1d08ad9f38700762df1215ae1d1e6bc544bd | |
parent | 334ef68cba70f2aa4bba0145dd80285198f4eb3f [diff] |
[dv/alert_init] Handle reset during alert_init This PR handles the scenario where reset is issued during alert_init. We make the `wait_alert_init_done` to be a non-blocking task and use a fork join_any to handle this scenario. Thanks @weicaiyang for helping debugging this issue in uart seq. 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).