commit | 234a124f6e1b1ceb02341af9f34c43c549c43ab1 | [log] [tgz] |
---|---|---|
author | Timothy Chen <timothytim@google.com> | Mon May 16 16:29:27 2022 -0700 |
committer | tjaychen <timothytim@google.com> | Tue May 17 10:06:44 2022 -0700 |
tree | d266e1863bf85994748e432534d620d4a4d9cb49 | |
parent | bc3069931a8c861291c06c63c9069aa9ad5b8bcd [diff] |
[tlul] Clarify unselected bytes integrity - clarify the point raised in #11576 - The original intent of the integrity generation / checker was to check even if the source data is garbage in byte lanes that were not selected. This broadens the surface of "detection". Meaning even if someone were to attack lanes that we do not care about, we still flag as it is an attack on the system. - By removing the byte lane masking in this PR however, we also make it a requirement that DV ever only drive "random" data on unselected byte lanes, not "don't care" data. This is also more reflective of real silicon, since x is not a realy value. No matter if the value is 0/1, we generate integrity on it and expect it to be kept throughout the transaction. Signed-off-by: Timothy Chen <timothytim@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]({{< relref “CONTRIBUTING.md” >}}) 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).