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 | |
Miguel Osorio | 1c8b4fd | 2022-06-30 21:37:44 -0700 | [diff] [blame] | 30 | Have a look at [CONTRIBUTING](https://github.com/lowRISC/opentitan/blob/master/CONTRIBUTING.md) and our [documentation on |
Alex Bradbury | e04db85 | 2020-10-15 13:37:16 +0100 | [diff] [blame] | 31 | project organization and processes](https://docs.opentitan.org/doc/project/) |
| 32 | for guidelines on how to contribute code to this repository. |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 33 | |
| 34 | ## Licensing |
| 35 | |
| 36 | Unless otherwise noted, everything in this repository is covered by the Apache |
Michael Schaffner | 18c4dac | 2022-03-24 17:36:15 -0700 | [diff] [blame] | 37 | License, Version 2.0 (see [LICENSE](https://github.com/lowRISC/opentitan/blob/master/LICENSE) for full text). |