commit | 79243ff6ebfb12b7cd7c88de254596dbc4350265 | [log] [tgz] |
---|---|---|
author | Philipp Wagner <phw@lowrisc.org> | Tue Jun 15 17:37:33 2021 +0100 |
committer | Philipp Wagner <mail@philipp-wagner.com> | Mon Jul 12 11:04:44 2021 +0100 |
tree | 6c5a6664d987bcab550faed341eb843b54e279fc | |
parent | a7533901f353acd63e0e06c934e728f5063c8bfb [diff] |
[otbn/sw] Make otbn_ptr_t to IMEM/DMEM addr funcs public `otbn_ptr_t` refers to a location in OTBN's data or instruction memory image stored in the Ibex memory space. Two functions exist to convert the addresses into OTBN's DMEM or IMEM address space, respectively. Make those functions available as part of the OTBN driver interface to use them in a subsequent commit. Signed-off-by: Philipp Wagner <phw@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).