commit | 63d85f47884871c7c762447f7ce4f3f87f5dd66a | [log] [tgz] |
---|---|---|
author | Sam Elliott <selliott@lowrisc.org> | Tue Oct 13 18:23:25 2020 +0100 |
committer | Sam Elliott <sam@lenary.co.uk> | Tue Oct 13 21:38:15 2020 +0100 |
tree | 94c7fb770140ed8701a7a8651b0551af06432cd8 | |
parent | 693b65ca7fe236f2b62bf15a2674ee5d90552991 [diff] |
[util] Add C Enum Support to sparse-fsm-encode.py This adds support for generating C enums to the sparse encoder script. We intend to use this when hardening the software we're writing in C, including in particular the Mask ROM. The script has not been improved much, as the intention is this is run once for a specific enum, and the result is copied into a C file and modified, rather than the script producing a perfect enum when run. 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).