commit | 7ac1efb06d902d95595317c9ca68d8a80c6531dd | [log] [tgz] |
---|---|---|
author | Drew Macrae <drewmacrae@google.com> | Wed Sep 22 16:08:28 2021 +0000 |
committer | cfrantz <frantzcj+github@gmail.com> | Thu Nov 11 14:19:51 2021 -0800 |
tree | c66befb274063224f65dda9e5b817f79296832e8 | |
parent | c4f342b9349ba033a5f22fba9349999299a1b2bf [diff] |
[bazel] Rules for hello_world binary for riscv fixes to enable stricter builds: * ibex.h uses stdint, and should include it * ISO C does not allow extra semicolons use .bazelrc to keep bazel from running in a legacy mode add -std=c11 option for c compilation add and modify rules for bazel to build hello-world binary and it's dependencies Signed-off-by: Drew Macrae <drewmacrae@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).