commit | af4c9e7168d15a164b473b5f4d0a377791facf7d | [log] [tgz] |
---|---|---|
author | Drew Macrae <drewmacrae@google.com> | Wed Nov 03 02:15:05 2021 +0000 |
committer | cfrantz <frantzcj+github@gmail.com> | Mon Nov 08 14:24:44 2021 -0800 |
tree | cb6e64eaa4684664363d40b779033f641f9b979b | |
parent | 125cbc61defa6566c625ea6794b8a7e8e3bb4bf9 [diff] |
[bazel] add rules for new targets and fix unittest building with bazel I came across a few issues * remove an included header that's only implemented for riscv targets from the dif_aes_unittest * added a freestanding library * ran buildifier which caught a late change I missed on my last bazel commit * included stdint in a couple header files that use it. 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).