Tobias Wölfel | 8d8921e | 2020-05-12 10:32:19 +0200 | [diff] [blame] | 1 | --- |
| 2 | title: "Introduction to OpenTitan" |
| 3 | --- |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 4 | |
Scott Johnson | 8573fa2 | 2019-11-01 14:49:56 -0700 | [diff] [blame] | 5 | [OpenTitan](https://opentitan.org) is an open source silicon Root of Trust (RoT) project. |
| 6 | OpenTitan will make the silicon RoT design and implementation more transparent, trustworthy, and secure for enterprises, platform providers, and chip manufacturers. |
| 7 | OpenTitan is administered by lowRISC CIC as a collaborative [project]({{< relref "doc/project" >}}) to produce high quality, open IP for instantiation as a full-featured product. |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 8 | This repository exists to enable collaboration across partners participating in the OpenTitan project. |
| 9 | |
| 10 | To get started using or contributing to the OpenTitan codebase, see the |
Garret Kelly | 9eebde0 | 2019-10-22 15:36:49 -0400 | [diff] [blame] | 11 | [list of user guides]({{< relref "doc/ug" >}}). |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 12 | For details on coding styles or how to use our project-specific tooling, see the |
Garret Kelly | 9eebde0 | 2019-10-22 15:36:49 -0400 | [diff] [blame] | 13 | [reference manuals]({{< relref "doc/rm" >}}). |
| 14 | [This page]({{< relref "hw" >}}) |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 15 | contains technical documentation on the SoC, the Ibex processor core, and the individual IP blocks. |
Scott Johnson | 8573fa2 | 2019-11-01 14:49:56 -0700 | [diff] [blame] | 16 | For questions about how the project is organized, see the [project]({{< relref "doc/project" >}}) landing spot for more information. |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 17 | |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 18 | ## Repository Structure |
| 19 | |
| 20 | The underlying |
| 21 | [repo](http://www.github.com/lowrisc/opentitan) |
| 22 | is set up as a monolithic repository to contain RTL, helper scripts, technical documentation, and other software necessary to produce our hardware designs. |
| 23 | |
Alex Bradbury | ed7cc90 | 2019-11-05 11:29:48 +0000 | [diff] [blame] | 24 | Unless otherwise noted, everything in the repository is covered by the Apache License, Version 2.0. See the [LICENSE](https://github.com/lowRISC/opentitan/blob/master/LICENSE) file and [repository README](https://github.com/lowRISC/opentitan/blob/master/README.md) for more information on licensing and see the user guides below for more information on development methodology. |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 25 | |
| 26 | ## Documentation Sections |
| 27 | |
Tobias Wölfel | a47a415 | 2020-06-02 20:35:28 +0200 | [diff] [blame] | 28 | {{% sectionContent type="section" depth="1" %}} |