blob: 0c3d1167c68f21f8bba69d281bc8aafc95cc0167 [file] [log] [blame] [view]
Tobias Wölfel8d8921e2020-05-12 10:32:19 +02001---
Miguel Osorio44882ad2022-07-21 20:04:39 -07002title: "OpenTitan"
Tobias Wölfel8d8921e2020-05-12 10:32:19 +02003---
lowRISC Contributors802543a2019-08-31 12:12:56 +01004
Miguel Osorio44882ad2022-07-21 20:04:39 -07005## Introduction to OpenTitan
6
Scott Johnson8573fa22019-11-01 14:49:56 -07007[OpenTitan](https://opentitan.org) is an open source silicon Root of Trust (RoT) project.
8OpenTitan will make the silicon RoT design and implementation more transparent, trustworthy, and secure for enterprises, platform providers, and chip manufacturers.
9OpenTitan 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 Contributors802543a2019-08-31 12:12:56 +010010This repository exists to enable collaboration across partners participating in the OpenTitan project.
11
Timothy Trippel92bbc7b2021-07-12 22:59:01 +000012## Getting Started
13
Jade Philipoom35f1fdb2022-03-21 22:42:34 +000014To get started with OpenTitan, see the [Getting Started]({{< relref "doc/getting_started" >}}) page.
Timothy Trippel92bbc7b2021-07-12 22:59:01 +000015For additional resources when working with OpenTitan, see the [list of user guides]({{< relref "doc/ug" >}}).
16For details on coding styles or how to use our project-specific tooling, see the [reference manuals]({{< relref "doc/rm" >}}).
17Lastly, the [Hardware Dashboard page]({{< relref "hw" >}}) contains technical documentation on the SoC, the Ibex processor core, and the individual IP blocks.
Scott Johnson8573fa22019-11-01 14:49:56 -070018For questions about how the project is organized, see the [project]({{< relref "doc/project" >}}) landing spot for more information.
lowRISC Contributors802543a2019-08-31 12:12:56 +010019
lowRISC Contributors802543a2019-08-31 12:12:56 +010020## Repository Structure
21
22The underlying
23[repo](http://www.github.com/lowrisc/opentitan)
24is set up as a monolithic repository to contain RTL, helper scripts, technical documentation, and other software necessary to produce our hardware designs.
25
Alex Bradburyed7cc902019-11-05 11:29:48 +000026Unless 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 Contributors802543a2019-08-31 12:12:56 +010027
28## Documentation Sections
29
Tobias Wölfela47a4152020-06-02 20:35:28 +020030{{% sectionContent type="section" depth="1" %}}
Michael Schaffner2d22c5e2022-07-21 11:45:48 -070031
32## Datasheets
33
34* [OpenTitan Earl Grey Chip Datasheet]({{< relref "hw/top_earlgrey/doc" >}})