lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1 | # OpenTitan |
| 2 | |
Garret Kelly | f77763f | 2020-11-30 16:56:15 -0500 | [diff] [blame] | 3 |  |
Alex Bradbury | 84f8e3b | 2019-11-05 11:24:54 +0000 | [diff] [blame] | 4 | |
Alex Bradbury | f6c421a | 2019-11-05 11:34:53 +0000 | [diff] [blame] | 5 | ## About the project |
| 6 | |
| 7 | [OpenTitan](https://opentitan.org) is an open source silicon Root of Trust |
| 8 | (RoT) project. OpenTitan will make the silicon RoT design and implementation |
| 9 | more transparent, trustworthy, and secure for enterprises, platform providers, |
| 10 | and chip manufacturers. OpenTitan is administered by [lowRISC |
| 11 | CIC](https://www.lowrisc.org) as a collaborative project to produce high |
Philipp Wagner | bb61c9d | 2020-02-20 17:25:36 +0000 | [diff] [blame] | 12 | quality, open IP for instantiation as a full-featured product. See the |
Alex Bradbury | f6c421a | 2019-11-05 11:34:53 +0000 | [diff] [blame] | 13 | [OpenTitan site](https://opentitan.org/) and [OpenTitan |
| 14 | docs](https://docs.opentitan.org) for more information about the project. |
| 15 | |
| 16 | ## About this repository |
| 17 | |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 18 | This repository contains hardware, software and utilities written as part of the |
| 19 | OpenTitan project. It is structured as monolithic repository, or "monorepo", |
Alex Bradbury | f6c421a | 2019-11-05 11:34:53 +0000 | [diff] [blame] | 20 | where all components live in one repository. It exists to enable collaboration |
| 21 | across partners participating in the OpenTitan project. |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 22 | |
| 23 | ## Documentation |
| 24 | |
| 25 | The project contains comprehensive documentation of all IPs and tools. You can |
Philipp Wagner | c0a86bf | 2020-05-04 21:59:02 +0100 | [diff] [blame] | 26 | access it [online at docs.opentitan.org](https://docs.opentitan.org/). |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 27 | |
| 28 | ## How to contribute |
| 29 | |
Garret Kelly | 6502e5c | 2019-11-05 05:25:56 -0500 | [diff] [blame] | 30 | Have a look at [CONTRIBUTING](./CONTRIBUTING.md) for guidelines on how to |
| 31 | contribute code to this repository. |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 32 | |
| 33 | ## Licensing |
| 34 | |
| 35 | Unless otherwise noted, everything in this repository is covered by the Apache |
Philipp Wagner | c0a86bf | 2020-05-04 21:59:02 +0100 | [diff] [blame] | 36 | License, Version 2.0 (see [LICENSE](./LICENSE) for full text). |