commit | 4c22cf20a517cf78a5fe3a1578bf255ce4c43b57 | [log] [tgz] |
---|---|---|
author | Pirmin Vogel <vogelpi@lowrisc.org> | Thu Jan 21 13:44:05 2021 +0100 |
committer | Pirmin Vogel <vogelpi@lowrisc.org> | Fri Jan 22 09:13:11 2021 +0100 |
tree | 43f743d67d7019a19c9e8860a8e27fbd4edb7531 | |
parent | b6acc10ea96984d9771c8be9827f076ab8a1466d [diff] |
[aes] Align alert naming and signaling with latest guidance This commit aligns the naming and signaling of alerts inside AES with the latest guidance in the comportability spec. In particular, the alerts are prefixed with either `fatal` or `recov` to indicate the severeness, and the alert name itself is indicative of the alert cause (update error in Control Register or detection of a fault). In addition, the recoverable alert is high for just one clock cycle to signal a single alert event, and the fatal alert is additionally latched inside the alert sender module. Signed-off-by: Pirmin Vogel <vogelpi@lowrisc.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 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).