commit | d6a2ed1a7360fa85e96dc7529dcfebca5caca604 | [log] [tgz] |
---|---|---|
author | Philipp Wagner <phw@lowrisc.org> | Sat Jan 23 11:12:01 2021 +0000 |
committer | Philipp Wagner <mail@philipp-wagner.com> | Tue Jan 26 16:17:24 2021 +0000 |
tree | c8c6e15d8997acc2c89952ac21732e6220057d92 | |
parent | d57f271746f47f6df12cc13f7b6015d9f6740af4 [diff] |
[kmac] Do not shadow ErrNone constant A constant named ErrNone is present in the sha3_pkg as well as in kmac_pkg. The latter did a wildcard-import of all of sha3_pkg, resulting in a redeclaration of the ErrNone symbol. To prevent that from happening in the future, remove the wildcard import and fully qualify the used constants (which matches our style guide anyways). Reported by DC: ``` Error: ../src/lowrisc_ip_kmac_0.1/rtl/kmac_pkg.sv:102: redeclaration of symbol ErrNone as constant. (VER-513) Error: ../src/lowrisc_ip_kmac_0.1/rtl/kmac_pkg.sv:102: invalid symbol ErrNone found in expression. (VER-255) ``` Signed-off-by: Philipp Wagner <phw@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 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).