Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ucb-bar/constellation
A Chisel RTL generator for network-on-chip interconnects
https://github.com/ucb-bar/constellation
chisel hardware interconnect network-on-chip noc rtl soc
Last synced: 1 day ago
JSON representation
A Chisel RTL generator for network-on-chip interconnects
- Host: GitHub
- URL: https://github.com/ucb-bar/constellation
- Owner: ucb-bar
- License: bsd-3-clause
- Created: 2021-10-04T21:35:32.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T20:52:58.000Z (about 1 month ago)
- Last Synced: 2024-12-14T07:07:07.149Z (9 days ago)
- Topics: chisel, hardware, interconnect, network-on-chip, noc, rtl, soc
- Language: Scala
- Homepage: http://constellation.readthedocs.io
- Size: 1.6 MB
- Stars: 178
- Watchers: 18
- Forks: 27
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
The Constellation NoC Generator
=======================================================**Documentation**: [constellation.readthedocs.io](http://constellation.readthedocs.io).
Constellation is a Chisel NoC RTL generator framework designed to provide the core interconnect fabric for heterogeneous many-core, many-accelerator SoCs.
- Constellation generates **packet-switched wormhole-routed networks with virtual networks and credit-based flow control**
- Constellation supports **arbitrary directed graph network topologies**, including **irregular** and **hierarchical** network topologies
- Constellation includes a **routing algorithm verifier and routing-table compiler**, which can verify and generate deadlock-free routing tables for arbitrary topologies
- Constellation is a **protocol-independent transport layer**, yet is capable of compliant deadlock-free transport of protocols like **AXI-4** and **TileLink**
- Constellation supports drop-in **integration in Chipyard/Rocketchip SoCs**
- Constellation is **rigorously tested**, with almost 100 different tests across as many network configurations![Constellation SoC](docs/source/diagrams/bigsoc.svg?raw=true)
Publications
--------------[Constellation: An Open-Source SoC-Capable NoC Generator](https://ieeexplore.ieee.org/abstract/document/9911299/)
```
@inproceedings{zhao2022constellation,
title={Constellation: An Open-Source SoC-Capable NoC Generator},
author={Zhao, Jerry and Agrawal, Animesh and Nikolic, Borivoje and Asanovi{\'c}, Krste},
booktitle={2022 15th IEEE/ACM International Workshop on Network on Chip Architectures (NoCArc)},
pages={1--7},
year={2022},
organization={IEEE}
}
```Acknowledgements
------------------
Research was partially funded by SLICE Lab industrial sponsors and affiliates Amazon, Apple, Google, Intel, Qualcomm, and Western Digital. The views and opinions of authors expressed herein do not necessarily state or reflect those of the United States Government or any agency thereof.