commit | d79ffc2fd9240785477a2946b8c71c9362c4c854 | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rswarbrick@lowrisc.org> | Tue Oct 13 15:35:04 2020 +0100 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Tue Oct 27 09:51:22 2020 +0000 |
tree | dc6906ad61028a851dd4f6e8e0adc65cde38577d | |
parent | 03a68377235b2305ef328e4eb20efdd2c95b8bcd [diff] |
[obtn] Wrap memutil_dpi for OTBN to be accessible through DPI This patch wraps DpiMemUtil up in an interface that's convenient for SV code to call through DPI to backdoor-load ELF code into memory. Moving the address setup into a separate class also avoids us having to duplicate it between e.g. otbn_top_sim and the DV code. 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).