commit | 0481a821c01424bb2271964104ce8849c258474b | [log] [tgz] |
---|---|---|
author | Timothy Chen <timothytim@google.com> | Fri Mar 05 14:30:17 2021 -0800 |
committer | tjaychen <timothytim@google.com> | Mon Mar 08 11:50:35 2021 -0800 |
tree | 219c5b08c78bbe9e4c00e090e5d2e1ed1f0f7523 | |
parent | cd3ddb33bc56d9d80bbf2da6f5020f8d03f21b21 [diff] |
[aon_timer] Change escalate_en control to cpu_en * The issue with using escalate_en is that if the software configures the alert handling to skip from normal directly to scrap, we may not halt the watchdog timer. There are also similar issues with other invalid states. * By using cpu_en, we align the behavior of the aon_timer with that of the processing element (its main consumer) and thus is more consistent overall. If the cpu is running, then the watchdog / wake timer should be in effect. If the cpu is halted due to life cycle reasons, there would be no one to consume the output anyways. Signed-off-by: Timothy Chen <timothytim@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).