commit | 61c707ba296c678a35c332774b21923bf995a26d | [log] [tgz] |
---|---|---|
author | Sam Elliott <selliott@lowrisc.org> | Mon May 11 15:04:21 2020 +0100 |
committer | Garret Kelly <Garret.Kelly@gmail.com> | Mon May 18 11:24:14 2020 -0400 |
tree | 9b4dcc8019bfae583540bb6dd96b25c83ccf9939 | |
parent | a561ccb0efa5410521cfbe0a0b1d7d874697fca7 [diff] |
[util] Fix run-clang-format.sh Commit 15cae7a6 removed all references to `vendor` from this file, as that commit switched to using `.clang-format` files to avoid formatting vendored code. Unfortunately, I removed too many references to `vendor`, and the script to detect forgotten parentheses has been including issues in the vendor directories where it should not have been. This fix ensures that it no longer complains about this issue in vendored code. 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).