commit | ec7773fd6dc91da84a5426d1cbe2a54f843fddf7 | [log] [tgz] |
---|---|---|
author | Philipp Wagner <phw@lowrisc.org> | Mon Jan 18 22:49:18 2021 +0000 |
committer | Philipp Wagner <mail@philipp-wagner.com> | Tue Jan 19 08:24:41 2021 +0000 |
tree | 8acfe68c89ad3f2955198df13603eea386efbda8 | |
parent | c56da9ffb5815e70ddcdcfa250cf01416e65ff39 [diff] |
[doc] Ensure code blocks are rendered properly in Chrome Chrome has a bug which doesn't assign the right font size (16px) to code blocks (https://bugs.chromium.org/p/chromium/issues/detail?id=833697). Fix that by explicitly setting the default font size in the html element (16px in most browsers). Now Firefox and Chrome render code blocks the same, both in 16px. Signed-off-by: Philipp Wagner <phw@lowrisc.org>
OpenTitan is an open source silicon Root of Trust (RoT) project. OpenTitan will make the silicon RoT design and implementation more transparent, trustworthy, and secure for enterprises, platform providers, and chip manufacturers. OpenTitan is administered by lowRISC CIC as a collaborative project to produce high quality, open IP for instantiation as a full-featured product. See the OpenTitan site and OpenTitan docs for more information about the project.
This repository contains hardware, software and utilities written as part of the OpenTitan project. It is structured as monolithic repository, or “monorepo”, where all components live in one repository. It exists to enable collaboration across partners participating in the OpenTitan project.
The project contains comprehensive documentation of all IPs and tools. You can access it online at docs.opentitan.org.
Have a look at CONTRIBUTING for guidelines on how to contribute code to this repository.
Unless otherwise noted, everything in this repository is covered by the Apache License, Version 2.0 (see LICENSE for full text).