commit | f18219f45a72e8ac9d8199d5ef3d147ebf4cf6fd | [log] [tgz] |
---|---|---|
author | Sam Elliott <selliott@lowrisc.org> | Wed Sep 23 17:46:10 2020 +0100 |
committer | Sam Elliott <sam@lenary.co.uk> | Mon Sep 28 19:59:25 2020 +0100 |
tree | c320c9c233fa8b4e9beb498a53ae11a01f9ea4a1 | |
parent | f3098a31cb2f4ea59926cf5e219713af9f3cd722 [diff] |
[util] Instantiate DIF Checklist Too The SW Checklist was also originally created as a Mako template. This commit ensures it will be instantated by the `make_new_dif.py` script in addition to the header template. Given these changes, it seemed prudent to move the docs into the script, and document the script in `sw/lib/device/dif/README.md`. This introduces the `--only` flag which can be used to restrict the templates that are instantiated, and removes the `--template` flag to specify a singular template path. Breaking Change: The `--output` flag now chooses a directory for the output files, rather than a single file location. 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).