commit | bd23a1439ac86a0261a489f125071167cbc62655 | [log] [tgz] |
---|---|---|
author | Dan McArdle <dmcardle@google.com> | Wed Sep 07 11:19:20 2022 -0400 |
committer | Timothy Trippel <5633066+timothytrippel@users.noreply.github.com> | Thu Sep 08 14:33:44 2022 -0700 |
tree | 0ba6df006c855a3bd265316b773a73c3ddc8b94d | |
parent | 5cc5cdf19edf6994316e4e7f8bc0c34343ab8fd5 [diff] |
Fix various typos in Markdown files I started a pass through the repo's markdown files with `aspell`, but stopped at `hw/lint/doc/index.md`. I used the command below, but note that it has a few deficiencies. For one, `aspell` does not show the name of the file you're viewing. As a result, I sometimes found myself in vendored code or changelogs, which should not be edited. Secondly, it's difficult to quit halfway through as it requires exiting from `aspell` N times. find . -name '*.md' -exec aspell check {} \; After the initial upload, CI complained about trailing whitespace. I ran the suggested command on the offending files. util/fix_trailing_whitespace.py \ doc/ug/directory_structure.md util/i2csvg/README.md Signed-off-by: Dan McArdle <dmcardle@google.com>
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 and our documentation on project organization and processes 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).