commit | b1041a90e83e7ad81f6adb130a0336e8e905ed4d | [log] [tgz] |
---|---|---|
author | Eunchan Kim <eunchan@opentitan.org> | Thu Nov 05 16:40:59 2020 -0800 |
committer | Eunchan Kim <eunchan@opentitan.org> | Fri Nov 06 09:54:31 2020 -0800 |
tree | a1ef5321b574a46f636070b4016c7884b3ae68e0 | |
parent | ed33032c18f89146023c943fb7cd403cf5b3c3d3 [diff] |
[kmac] Fix Duplicated enum error While moving sha3.sv state to sha3_pkg, I didn't change sha3pkg.sv and kmac_core.sv to have unique enum name for the internal state machine. This commit is to make sha3pad, kmac_core state machine to have unique name so that DC tool does not complain. 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 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).