blob: 0662b2bd1f2eeb65d27fd1c24f5984344b896fd2 [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
Garret Kelly6502e5c2019-11-05 05:25:56 -050030Have a look at [CONTRIBUTING](./CONTRIBUTING.md) for guidelines on how to
31contribute code to this repository.
lowRISC Contributors802543a2019-08-31 12:12:56 +010032
33## Licensing
34
35Unless otherwise noted, everything in this repository is covered by the Apache
Philipp Wagnerc0a86bf2020-05-04 21:59:02 +010036License, Version 2.0 (see [LICENSE](./LICENSE) for full text).