commit | cbe384f933eba31939fc62f4585a829bf42be308 | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rswarbrick@lowrisc.org> | Thu Jan 21 14:28:34 2021 +0000 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Sun Jan 24 21:19:37 2021 +0000 |
tree | 45e2466c6ea143dacd06b8dc146740b3e43b0a68 | |
parent | f74d4580a4084c4324b03ba6e00efed8c8d209ad [diff] |
[otbn] Define helper functions for snippet merging in RIG It turns out that "try to merge the next snippet and make a SeqSnippet otherwise" is a reasonably standard operation. Make Snippet.merge do that instead. The only time we need the "clever" function is when building up a big list of snippets. Factor that logic out of SnippetGens into a static merge_list function. Signed-off-by: Rupert Swarbrick <rswarbrick@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).