commit | 6d66bf60e0c9dd98d5b00b98f4be950f1f160ca2 | [log] [tgz] |
---|---|---|
author | Cindy Chen <chencindy@google.com> | Tue Jul 21 09:58:32 2020 -0700 |
committer | cindychip <cindy.chen0316@gmail.com> | Wed Jul 29 15:49:31 2020 -0700 |
tree | 0347fd4d7cd4bd0c70b9e837dd5a29245fe8a644 | |
parent | a50eb40f242af554d0573fff0e74a956aaa5075e [diff] |
[alert/dv] add semaphore to avoid alert and ping response collison Alert_p/n can trigger in two conditions: 1). real alert issued by alert_sender_driver 2). alert issued by ping Rare cases if 1) and 2) are called at the same time, then `drive_alert_pings` task should be called twice with a min of 2 cycles delay. This PR uses a semaphore to make sure `drive_alert_pings` task was triggered one at the time. 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).