blob: 6bb8603bba6aa806fd84a86625471a3454c3efbf [file] [log] [blame] [view]
lowRISC Contributors802543a2019-08-31 12:12:56 +01001# OpenTitan
2
Garret Kellyf77763f2020-11-30 16:56:15 -05003![OpenTitan logo](https://docs.opentitan.org/doc/opentitan-logo.png)
Alex Bradbury84f8e3b2019-11-05 11:24:54 +00004
Alex Bradburyf6c421a2019-11-05 11:34:53 +00005## 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
9more transparent, trustworthy, and secure for enterprises, platform providers,
10and chip manufacturers. OpenTitan is administered by [lowRISC
11CIC](https://www.lowrisc.org) as a collaborative project to produce high
Philipp Wagnerbb61c9d2020-02-20 17:25:36 +000012quality, open IP for instantiation as a full-featured product. See the
Alex Bradburyf6c421a2019-11-05 11:34:53 +000013[OpenTitan site](https://opentitan.org/) and [OpenTitan
14docs](https://docs.opentitan.org) for more information about the project.
15
16## About this repository
17
lowRISC Contributors802543a2019-08-31 12:12:56 +010018This repository contains hardware, software and utilities written as part of the
19OpenTitan project. It is structured as monolithic repository, or "monorepo",
Alex Bradburyf6c421a2019-11-05 11:34:53 +000020where all components live in one repository. It exists to enable collaboration
21across partners participating in the OpenTitan project.
lowRISC Contributors802543a2019-08-31 12:12:56 +010022
23## Documentation
24
25The project contains comprehensive documentation of all IPs and tools. You can
Philipp Wagnerc0a86bf2020-05-04 21:59:02 +010026access it [online at docs.opentitan.org](https://docs.opentitan.org/).
lowRISC Contributors802543a2019-08-31 12:12:56 +010027
28## How to contribute
29
Miguel Osorio1c8b4fd2022-06-30 21:37:44 -070030Have a look at [CONTRIBUTING](https://github.com/lowRISC/opentitan/blob/master/CONTRIBUTING.md) and our [documentation on
Alex Bradburye04db852020-10-15 13:37:16 +010031project organization and processes](https://docs.opentitan.org/doc/project/)
32for guidelines on how to contribute code to this repository.
lowRISC Contributors802543a2019-08-31 12:12:56 +010033
34## Licensing
35
36Unless otherwise noted, everything in this repository is covered by the Apache
Michael Schaffner18c4dac2022-03-24 17:36:15 -070037License, Version 2.0 (see [LICENSE](https://github.com/lowRISC/opentitan/blob/master/LICENSE) for full text).