commit | ef3bdc5ebfc518ee36b531c3e7f26be1891f178c | [log] [tgz] |
---|---|---|
author | Alex Van Damme <atv@google.com> | Wed Feb 22 13:55:31 2023 -0800 |
committer | Alex Van Damme <atv@google.com> | Wed Feb 22 13:55:48 2023 -0800 |
tree | da5056b4a1d3b1110b24f35b5dcb3967353b699d | |
parent | 8015af8b0c21f9bd90580c58100b86bf86e25529 [diff] |
Modify read-memory to not print bitrate if outputting to stdout - If writing to stdout, don't print the bitrate. This way, the output is only the data. Bitrate is still printed if data is stored directly to a file. Example command to read an image from memory to stdout: ./opentitantool --conf nexus.json --interface nexus spi read-memory --length 76800 --start 1509949440 - Change-Id: I3253d5301547a67880ca49dd3ffa107b4ff50e5d
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).