commit | 9125ef0548c90476889c047e29d9e7ec079de697 | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rswarbrick@lowrisc.org> | Tue Feb 02 13:00:45 2021 +0000 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Wed Feb 03 08:42:37 2021 +0000 |
tree | f5f7233eaa40eda72f4fb5bcb069a30cf59828e2 | |
parent | 51f1d188409d0e516a8859bd98fb7fc8df9c3e7f [diff] |
[tlgen] Allow some keys that are generated by topgen These keys appear when loading the xbar data from a generated top-level json file. clock_group and clock_srcs come from the original top-level and are used to calculate clock_connections. Ideally, we'd not pass them through, but that's a bigger change to quite gnarly code, so I'm leaving them be for now. domain is added to every object in topgen's check_power_domains function, so needs to be allowed here too. Signed-off-by: Rupert Swarbrick <rswarbrick@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).