commit | 93fe50cb47c3c81e77290c7fc990eb1d01a4ff3f | [log] [tgz] |
---|---|---|
author | Michael Schaffner <msf@google.com> | Wed Mar 31 16:25:42 2021 -0700 |
committer | Michael Schaffner <msf@google.com> | Wed Apr 07 22:25:47 2021 -0700 |
tree | 9949360b95f6da97b0a48968465ebc400f3a9f97 | |
parent | e029a68b6e781d14b5f1e51068b803837c0c62cd [diff] |
[top/chip] Rename chip-level tops This renames all target specific toplevels such that they are prefixed with chip_* instead of top_*. This is done to distinguish the autogenerated toplevel, which contains all the IPs, crossbar, etc, from the chiplevel wrappers that are target-specific. Note that another option would have been to rename top_<name> -> <name>, but we refrained from doing so as this would change the definition of what we have so far referred to as the top, and would have a more profound impact on tooling scripts, generated headers and packages that use the name top_<name> inline (e.g. hierarchical paths) or as part of the file name. Signed-off-by: Michael Schaffner <msf@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 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).