commit | 275dd04aca5fb00b3fff1e10bef849af547e2a0d | [log] [tgz] |
---|---|---|
author | Pirmin Vogel <vogelpi@lowrisc.org> | Fri Jan 08 18:35:02 2021 +0100 |
committer | Pirmin Vogel <vogelpi@lowrisc.org> | Thu Jan 21 07:52:03 2021 +0100 |
tree | 7a6f515c07f6789a70662ea30020602b941eb25b | |
parent | a8cabbb13a6881ce4b657e8a2ddf5973d58e29fe [diff] |
[aes] Use sparse encodings for MUX selector signals This commit changes all main mux selector signals to use sparse encodings. To prevent synthesis optimizations, check that selector signals always take on valid values only and trigger an alert otherwise, a generic mux selector buffer and checker unit aes_sel_buf_chk is introduced. 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).