commit | 44290b9a3f3d97fd1bba9f5a76887e7b42de26e5 | [log] [tgz] |
---|---|---|
author | Michael Schaffner <msf@google.com> | Tue May 18 16:59:27 2021 -0700 |
committer | Michael Schaffner <msf@google.com> | Wed May 19 11:16:47 2021 -0700 |
tree | 94d3901c221a570922301beddb2447c50c59049b | |
parent | d295eae6ed9f567c2c814ff0a0754773e2e25f70 [diff] |
[otp_ctrl] Workaround for generated prim depending on generated prim A generated tech primitive can currently not depend on another generated tech primitive, unless that dependency is also declared in the core file of the abstract primitive wrapper. This leads to issues in certain flows (lint in this example). This commit introduces a workaround for this problem - see #6604 for more context. Signed-off-by: Michael Schaffner <msf@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).