commit | 8888540036f453a40d23e345064e1af5eb644210 | [log] [tgz] |
---|---|---|
author | Eunchan Kim <eunchan@opentitan.org> | Fri Jul 09 12:10:32 2021 -0700 |
committer | Eunchan Kim <eunchan@opentitan.org> | Mon Jul 12 10:41:52 2021 -0700 |
tree | 3551f83c550f22860c821bf68e2aa2210783520e | |
parent | 530f0ffc307635245833cce4c9625de77c0273a0 [diff] |
[kmac] Error Checker to send valid cmd only This commit revises kmac_errchk to send only valid commands to the rest of the modules. So that the following modules does not have complex sequence checker anymore. Due to timing concern, this module latches the sw_cmd input signal. It changes the cycle accurate model in the DV environment. Co-Authored-by: Udi Jonnalagadda <udij@google.com> Signed-off-by: Eunchan Kim <eunchan@opentitan.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).