commit | 6dd4e4a91fc52438ab9b07d01ce08a27bc64a49a | [log] [tgz] |
---|---|---|
author | Sam Elliott <selliott@lowrisc.org> | Thu Jul 30 18:52:22 2020 +0100 |
committer | Sam Elliott <sam@lenary.co.uk> | Thu Aug 06 10:56:18 2020 +0100 |
tree | a4a66d7b508551108f74de585c5c5990009da8e0 | |
parent | 348d0eb062ba076788ee6edc7a3af076d371ef4e [diff] |
[topgen] Use OrderedDicts in more places In Python 3.5, dicts are not ordered. This causes issues when regenerating output generated by iterating over a dict, which happens frequently in topgen. This commit comprehensively spreads the use of OrderedDict in topgen such that we can re-generate tops in CI (which uses python 3.5) without issues. Signed-off-by: Sam Elliott <selliott@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).