| commit | ed0abd253128063bc86a3ded500b7f2ada3a7910 | [log] [tgz] |
|---|---|---|
| author | Timothy Trippel <ttrippel@google.com> | Tue Oct 26 03:24:23 2021 +0000 |
| committer | Alphan Ulusoy <alphan@google.com> | Tue Oct 26 22:16:48 2021 -0400 |
| tree | 0c481242e5327e16988feb4f8ab2e487ff36a678 | |
| parent | 0b03e6a6ada95c9d3fc04d50a01a35a59d3d4e40 [diff] |
[dif] Add overwrite safety check to `util/make_new_dif.py` If `util/make_new_dif.py` is run initially to auto-generate a DIF header and checklist boilerplate code/markdown (respectively), and accidentally run again shortly after manualy modifying the boilerplate code (before the modifications are checked-in to the repo), the modifications would be overwritten. This commit adds a check to prevent such a mistake from happening, partially addressing an action item in #8142. Signed-off-by: Timothy Trippel <ttrippel@google.com>

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).