commit | 52d10daae971b9964bbd9f9ba49312d353612208 | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rswarbrick@lowrisc.org> | Sun Mar 14 16:03:37 2021 +0000 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Mon Mar 15 10:40:50 2021 +0000 |
tree | 02c08dc417ba273db6c9016eb68241deffb0475f | |
parent | bcbf61aae616d96868074854a28a1e995ce36800 [diff] |
[prim] Make prim:flop_2sync depend on prim:flop This is a bit of a hack. The generic implementation in prim_generic_flop_2sync uses prim_flop, but fusesoc doesn't support running generators a second time to resolve dependencies for generated cores, so adding the dependency to prim:generic_flop_2sync doesn't work. Add it to the parent for now, on the basis that prim:generic_flop_2sync only gets used if prim:flop_2sync does. 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).