commit | 6caf4b810e8cb867a1ef1e0c55acbd4ee643ac1c | [log] [tgz] |
---|---|---|
author | Udi Jonnalagadda <udij@google.com> | Fri Apr 23 10:36:37 2021 -0700 |
committer | udinator <udij@google.com> | Tue Apr 27 13:19:33 2021 -0700 |
tree | 46748aebcb2176d59804c443155a1f8971a64222 | |
parent | 8800ecbc0f3b91c33a770daf0d951776e9ffe07f [diff] |
[dv/kmac] cycle-accurate model bugfixes - pt 1 this PR contains several fixes for the KMAC cycle accurate model: - most are related to KDF transactions, in particular backpressure scenarios where the msgfifo fills up while KDF transactions are still being continually sent to the DUT. - fixed a potential race condition where `fifo_empty` could be sampled on the same timestep that it is updated internally 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 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).