commit | 296dd111788b5efe89c11311fde7947c128c00e3 | [log] [tgz] |
---|---|---|
author | Eunchan Kim <eunchan@opentitan.org> | Tue Aug 04 16:00:17 2020 -0700 |
committer | Eunchan Kim <eunchan@opentitan.org> | Wed Aug 05 19:16:32 2020 -0700 |
tree | f9c5beec864f66efff18616afd87422384760b22 | |
parent | f4d2d8f6e319b93e35d4e9101bad2560d76d7db9 [diff] |
[topgen] Add a function to find other side ports The function that finds the other side of port connected through inter-module signal is useful. The `find_otherside_modules()` receives top-level cfg Hjson and the current module instance name, signal name. Then it searches every connections and returns a list of module name, signal name pairs if exists. This commit is related to #3040 #2464 Signed-off-by: Eunchan Kim <eunchan@opentitan.org> Co-authored-by: Eunchan Kim <eunchan@google.com> Co-authored-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).