commit | 09b10ba9937cf6d502d4a9a726b51784265b04f1 | [log] [tgz] |
---|---|---|
author | Timothy Chen <timothytim@google.com> | Tue Feb 08 10:36:45 2022 -0800 |
committer | tjaychen <timothytim@google.com> | Tue Feb 08 15:28:24 2022 -0800 |
tree | dacae94e602a4f06c02d76267d5c6177ca4079b8 | |
parent | a948fc3bbd801e8dcc493ce7bf73f0eead0fdeb7 [diff] |
[prim] Add stub flops to remove lint warnings - for prim_mubi_sync/sender modules, when the AsynOn option is 0, the clk/rst_n inputs are used only for assertions. - this causes the lint tools to throw a CLOCK_USE error as there are no valid loads on the clock. - this commit adds unused stub logic that makes use of the clock and removes the lint error without having to add to individual waiver files. Signed-off-by: Timothy Chen <timothytim@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 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).