blob: f8bc32fbb289f4fff524999288278df9f9aaa8b8 [file] [log] [blame] [view]
Scott Johnson8573fa22019-11-01 14:49:56 -07001---
2title: "Introduction to the OpenTitan Project"
3---
4
Alex Bradbury0c2e3622019-11-04 23:58:53 +00005OpenTitan is a collaborative hardware and software development program with contributors from many organizations.
Scott Johnson8573fa22019-11-01 14:49:56 -07006This area gives some more information about how the project itself is organized.
7More information will be added over time.
8
9## Quality standards for open hardware IP
10
Sam Elliott2061d8b2020-04-20 19:56:54 +010011In order to gauge the quality of the different IP that is in our repository, we define a series of [Hardware Development Stages]({{< relref "development_stages" >}}) to track the designs.
Srikrishna Iyerd1f896e2020-03-05 13:52:40 -080012The current status of different IP is reflected in the [Hardware Dashboard]({{< relref "hw" >}}).
Scott Johnson8573fa22019-11-01 14:49:56 -070013The final state for developed IP is *Signed Off*, indicating that design and verification is complete, and the IP should be bug free.
14To make it to that stage, a [Hardware Signoff Checklist]({{< relref "checklist.md" >}}) is used to confirm completion.
Sam Elliottc0321822020-06-05 15:29:38 +010015[Here](https://github.com/lowRISC/opentitan/blob/master/util/uvmdvgen/checklist.md.tpl) is a template that can be used as a checklist item.
Scott Johnson8573fa22019-11-01 14:49:56 -070016
Alex Bradbury0c2e3622019-11-04 23:58:53 +000017## Governance
18
19OpenTitan is stewarded by lowRISC CIC, a not-for-profit company that uses collaborative engineering to develop and maintain open source silicon designs and tools for the long term.
20As a lowRISC CIC Chartered Project, OpenTitan governance is handled via lowRISC's default Technical Charter.
21
22As described in full detail in the [OpenTitan Technical Charter](https://static.opentitan.org/technical-charter.pdf), our governance structure consists of:
Scott Johnson4e353842020-01-17 17:14:35 -080023* The Project Director, Dominic Rizzo, who is a representative of the lowRISC CIC's Board of Directors within the Steering Committee.
Alex Bradbury0c2e3622019-11-04 23:58:53 +000024* The Steering Committee, responsible for project oversight and agreeing the technical roadmap.
Alex Bradburybed71142020-06-03 21:07:07 +010025* The [Technical Committee]({{< relref "technical_committee" >}}), responsible for technical decision making required to implement the technical roadmap.
Alex Bradbury0c2e3622019-11-04 23:58:53 +000026
Scott Johnson8573fa22019-11-01 14:49:56 -070027## Initiating new development
28
29The [OpenTitan RFC process]({{< relref "rfc_process" >}}) guides developers on how to initiate new development within the program.
Alex Bradburyb5f8e7f2019-11-04 23:01:28 +000030
31## Committers
32
33Committers are individuals with repository write access.
34Everyone is able and encouraged to contribute and to help with code review, but committers are responsible for the final approval and merge of contributions.
35See the [Committers]({{< relref "committers.md" >}}) definition and role description for more information.