commit | c3b3f303991a63ded0ad9eb8b332c1f711ff8c2d | [log] [tgz] |
---|---|---|
author | Pirmin Vogel <vogelpi@lowrisc.org> | Wed Sep 08 17:58:12 2021 +0200 |
committer | Pirmin Vogel <vogelpi@lowrisc.org> | Fri Sep 10 17:45:05 2021 +0200 |
tree | d552d5ff921994a5c05d9ccd6206dbd5b71cc43e | |
parent | 35e4902a72e51b883ba1633b111142b726350baa [diff] |
[rom_ctrl] Add utility script to generate splicable Vivado ROM images Previously, a combination of srec_cat and a custom Python script was was used to generate the Vivado ROM image from a .bin file. The new script directly reads the .vmem file to produce the Vivado .mem file usable for FPGA ROM splicing. But more importantly, this script is also compatible with word widths different to 32 bits. Signed-off-by: Pirmin Vogel <vogelpi@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).