commit | 1432b8cd9c33815045547a550df5e25c9ea22918 | [log] [tgz] |
---|---|---|
author | Eunchan Kim <eunchan@opentitan.org> | Mon Mar 07 13:43:18 2022 -0800 |
committer | Eunchan Kim <github@eunchan.kim> | Wed Mar 09 17:53:12 2022 -0800 |
tree | 70fe8bfb3754a3725eef2fe658bd1212cb4397ce | |
parent | afdce0cc6401d69a8f06809fbe21ab50453ab00f [diff] |
[kmac] Make alert status stay In issue #10760, @cindychip found that the alert status does not keep its value as the status register is set to external register. As `alert_operation` just asserts one cycle, the STATUS value becomes zero at the next cycle. In this commit, reg is defined to keep the value. It can be reset by err_processed (not the alert but the STATUS value) for recoverable error but the fatal error remains high until the IP is being reset. Signed-off-by: Eunchan Kim <eunchan@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).