commit | 9f7b55841d69151f9fbb7191c30aed1b9f3f9d2f | [log] [tgz] |
---|---|---|
author | Timothy Trippel <ttrippel@google.com> | Tue Oct 26 02:50:11 2021 +0000 |
committer | Alphan Ulusoy <alphan@google.com> | Thu Oct 28 14:39:48 2021 -0400 |
tree | 12c19de1fb81b6df33e258e42e3d3fdf197ad03d | |
parent | ca21ad5e0cf4a6e63a7fa515e8c1eeaa9c1673a7 [diff] |
[dif] Autogen all `dif_<ip>_alert_force()` DIFs. This completes all tasks and fixes #8879. Specifically this commit: 1. updates the DIF autogen *.c, *.h, and *_unittest.cc templates to add a `dif_<ip>_alert_force()` DIF and associated unit tests, 2. re-generates all auto-generated DIFs to include the new templated alert force DIF, and 3. deprecates existing (manually-implemented) alert force DIFs for the few IPs that implemented them. Note, due to staleness checks in CI on auto-generated DIFs, these changes had to be combined into a single commit. While the commit appears to be quite large (especially the number of files changed), this is purely due to the fact that the autogen DIF templates changed, causing all the auto-gen'd DIFs to change too. Signed-off-by: Timothy Trippel <ttrippel@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 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).