commit | c225c0df6bd54c3c8b68011dd8e7d9334a0fd182 | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rswarbrick@lowrisc.org> | Mon Nov 22 17:32:29 2021 +0000 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Fri Dec 10 10:55:06 2021 +0000 |
tree | 295a10be6bb4b61bae54feca00ed77023d32c79b | |
parent | 8e205f1f6ab47135dd03cfcc801cd2f62854064a [diff] |
[rom_ctrl] Make the mux select into a MuBi4 This strengthens the "did we switch back to the checker?" logic. Firstly, we've got sel_reverted which corresponds to the check that was in alert_o before. However, we also take a copy of sel_bus_q and check for reversion *there*. The idea is that if an attacker somehow managed to override sel_buf_q, there would be yet another check to catch it. The sel_bus_i signal that tells the mux to switch to giving access to the bus comes from rom_ctrl_fsm and boils down to a check that the FSM is in state Done. We bulk out the sparse encoding for that FSM by adding the MuBi4 value that compares the state with Done. That way, we can pass those bits straight through to the mux without ever having a glitchable 1-bit intermediate. Signed-off-by: Rupert Swarbrick <rswarbrick@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 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).