commit | 1d4d2a7258a71d484d3e554f3df5dfb893f4ceb8 | [log] [tgz] |
---|---|---|
author | Udi Jonnalagadda <udij@google.com> | Mon Jun 14 19:33:52 2021 -0700 |
committer | udinator <udij@google.com> | Thu Aug 12 11:47:57 2021 -0700 |
tree | db5181e2d7c0388899f5f49cbd3656a2092b3a22 | |
parent | 484a00fcf5d7201a6d6239b60509918beb9a344d [diff] |
[dv/kmac] add manual coverage exclusions This PR adds the initial round of manual coverage exclusions for both variants of the KMAC. These exclusions only include: - LOW_RISK exclusions that remove entire modules from coverage collection (such as adapter TLUL logic). - UNSUPPORTED exclusions that exclude, for example, masking-related logic in the unmasked KMAC variant, or app-interface-related logic that does not have a use-case in the overall OpenTitan chip. Have discussed and approved these with the designer. Signed-off-by: Udi Jonnalagadda <udij@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).