blob: 7bf513e0b8eb936398b0a00dc9f6b82fb698a696 [file] [log] [blame] [view]
Tobias Wölfel8d8921e2020-05-12 10:32:19 +02001---
2title: "Introduction to OpenTitan"
3---
lowRISC Contributors802543a2019-08-31 12:12:56 +01004
Scott Johnson8573fa22019-11-01 14:49:56 -07005[OpenTitan](https://opentitan.org) is an open source silicon Root of Trust (RoT) project.
6OpenTitan will make the silicon RoT design and implementation more transparent, trustworthy, and secure for enterprises, platform providers, and chip manufacturers.
7OpenTitan 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 +01008This repository exists to enable collaboration across partners participating in the OpenTitan project.
9
10To get started using or contributing to the OpenTitan codebase, see the
Garret Kelly9eebde02019-10-22 15:36:49 -040011[list of user guides]({{< relref "doc/ug" >}}).
lowRISC Contributors802543a2019-08-31 12:12:56 +010012For details on coding styles or how to use our project-specific tooling, see the
Garret Kelly9eebde02019-10-22 15:36:49 -040013[reference manuals]({{< relref "doc/rm" >}}).
14[This page]({{< relref "hw" >}})
lowRISC Contributors802543a2019-08-31 12:12:56 +010015contains technical documentation on the SoC, the Ibex processor core, and the individual IP blocks.
Scott Johnson8573fa22019-11-01 14:49:56 -070016For 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 +010017
lowRISC Contributors802543a2019-08-31 12:12:56 +010018## Repository Structure
19
20The underlying
21[repo](http://www.github.com/lowrisc/opentitan)
22is set up as a monolithic repository to contain RTL, helper scripts, technical documentation, and other software necessary to produce our hardware designs.
23
Alex Bradburyed7cc902019-11-05 11:29:48 +000024Unless 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 +010025
26## Documentation Sections
27
Tobias Wölfela47a4152020-06-02 20:35:28 +020028{{% sectionContent type="section" depth="1" %}}