commit | 9191f260b825f4a769c64d52ffca2c10a3382d50 | [log] [tgz] |
---|---|---|
author | Eunchan Kim <eunchan@opentitan.org> | Thu Jul 30 16:37:40 2020 -0700 |
committer | Eunchan Kim <eunchan@opentitan.org> | Mon Aug 03 09:39:20 2020 -0700 |
tree | f9cc5d8554b56ed34e9a5d65875c479b369c5e9b | |
parent | b238135bfc2c101797b30229c746870b46da8dee [diff] |
[tlgen] Skeleton of Xbar being comportable IP This commit is the first step to make Xbar being comportable IP. `xbar.hjson.tpl` contains basic information of the xbar module's input/output signals being represented as inter-module signal. To not disrupt the generated process later, the tlgen `generate()` function now returns a list of tuples. The tuple is a pair of path info and its contents. Later, after generalizing all the generated IP's generate function, we can make common IP management util that controls all the IP generation. Signed-off-by: Eunchan Kim <eunchan@opentitan.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).