commit | 5e5a9ddecfb7090459d71db2bea2510ce0ea79b6 | [log] [tgz] |
---|---|---|
author | Sam Elliott <selliott@lowrisc.org> | Tue Nov 10 10:45:48 2020 +0000 |
committer | Sam Elliott <sam@lenary.co.uk> | Wed Nov 11 00:27:05 2020 +0000 |
tree | 074ab0a2b9a0caa51b1d54f65aa2d4d49ea239b4 | |
parent | 1901c3d79889fab1f0e80e089b27c82709b3768d [diff] |
[sw] Deny K&R Declarations in C C functions that take no arguments have to specify `void` between the parentheses in the function declaration. If this is omitted, then the compiler assumes it is a K&R style declaration, which are not type safe. 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).