commit | 548810e191222d071171a2db8499bc4dbf2ccea5 | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rswarbrick@lowrisc.org> | Fri Feb 26 14:10:45 2021 +0000 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Mon Mar 01 08:17:11 2021 +0000 |
tree | 9fb6145ab80ee2bb2bdc7569da992773f622c492 | |
parent | cdf70dc844cbba3f8397caf0b90fe7bfcf797125 [diff] |
[prim] Avoid an apparent combinatorial loop in prim_secded_*_dec.sv Verilator tracks combinatorial loops by variable, not by bit. Thus, it sees a loop with the code that was there and generates an UNOPTFLAT warning. Pull the shared ^syndrome_o calculation out into a separate variable to fix things. Running secded_gen.py was a bit painful. For next time I need to figure this out: git grep secded_gen.py -- '*dec.sv' | \ grep -v hamming | \ cut -d ' ' -f 3- | \ xargs -n 8 util/design/secded_gen.py 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 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).