commit | 90610768da0ffd80e01a9a40b81520f13584bc94 | [log] [tgz] |
---|---|---|
author | Philipp Wagner <phw@lowrisc.org> | Wed Nov 04 17:34:58 2020 +0000 |
committer | Philipp Wagner <mail@philipp-wagner.com> | Thu Nov 05 18:53:21 2020 +0000 |
tree | de514cb916433dd10fc5df992d1cce3db6370352 | |
parent | f177c75eb249d912ecff381252ab29abdf6b4148 [diff] |
[sw] Degrade unused functions to warnings Currently we abort the build if a function (in C) is unused. This is quite inconvenient during development when one tries to comment out code or return early to iteratively develop or debug a feature. To increase developer productivity, this commit reduces the compiler message from an error to a warning. As we get closer to finalizing the software we can think about re-enabling it, or using a different build configuration in CI that overrides this setting. Signed-off-by: Philipp Wagner <phw@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).