commit | 0c97225904d1264d7ae33e9d236394743a30faee | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rswarbrick@lowrisc.org> | Fri Nov 19 13:13:36 2021 +0000 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Fri Nov 26 10:43:25 2021 +0000 |
tree | c5e81a51954a2fdb29a42f04671ad65d5d285bd0 | |
parent | 515307e08511df8545bea5596a3df525fd3c546a [diff] |
[dv] Allow using memutil_dpi_scrambled even without prim_ram_1p_scr This is not going to be very useful at runtime, but we want to be able to build things that may or may not use prim_ram_1p_scr, depending on a parameter. If we're using it, we'll want to use this library. Since fusesoc can't do things like "include this file iff parameter P has value V", we'll need to include the library unconditionally. Unfortunately, that then means Verilator simulations don't link (because prim_ram_1p_scr and its DPI helper functions get discarded from the design). Making the symbol weak moves the resolution check to runtime, fixing things. 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 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).