commit | 5c6aa3d1a2b124b1740429c593cd45aa141354f5 | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rswarbrick@lowrisc.org> | Wed Sep 15 15:11:38 2021 +0100 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Fri Sep 24 11:23:21 2021 +0100 |
tree | 8f49ed912754f0f959aa46a2f478c5496e9dcff7 | |
parent | 2b433c21e1580ee829b4256648cfa0c753efcfb5 [diff] |
[otbn,dv] Add functional coverage for multiple errors This patch defines coverpoints and crosses to track the multiple error cases documented in the previous one. It also does some refactoring for computed values in the covergroups. For example, SW and LW need to compute an address from and some immediate bits plus an operand value and all the "$signed(operand_a) + $signed(offset)" stuff was getting rather hard to read. Factor it out into the callsite for the covergroup's sample method. The nicest thing would be to have a local variable in the sample method itself, but it doesn't seem that the SV spec allows that. 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).