commit | d57225bfd39f8d93b13574a92647e53df6b9385f | [log] [tgz] |
---|---|---|
author | Cindy Chen <chencindy@opentitan.org> | Wed Nov 09 14:35:43 2022 -0800 |
committer | Cindy Chen <cindy.chen0316@gmail.com> | Thu Nov 10 11:09:36 2022 -0800 |
tree | 1f5c673c9a24b99f7479db8dcc1147f9d9048591 | |
parent | f942e842d569e2d896e9797ecab6808e38d25e5e [diff] |
[rtl] EDN remove unreachable logic This PR removes an unreachable condition: The signal `local_escalate_i` is a super set of `ack_sm_err_o`. So the following case will never happen: local_escalate_i = 0 but ack_sm_err_o = 1. Signed-off-by: Cindy Chen <chencindy@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).