Skip to content

Commit ffcedaa

Browse files
authoredMar 24, 2025··
doc: Link citation to published journal (#113)
doc: Update README with IEEE journal citation
1 parent 38a1b70 commit ffcedaa

File tree

1 file changed

+12
-29
lines changed

1 file changed

+12
-29
lines changed
 

‎README.md

+12-29
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This repository provides modules for the FlooNoC, a Network-on-Chip (NoC) which
1717
[![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/pulp-platform/FlooNoC?color=blue&label=current&sort=semver)](CHANGELOG.md)
1818
[![License](https://img.shields.io/badge/license-Apache--2.0-green)](LICENSE-APACHE)
1919
[![License](https://img.shields.io/badge/license-SHL--0.51-green)](LICENSE-SHL)
20-
[![Static Badge](https://img.shields.io/badge/IEEE_D%26T-blue?style=flat&label=DOI&color=00629b)](https://doi.org/10.1109/MDAT.2023.3306720)
20+
[![Static Badge](https://img.shields.io/badge/IEEE_TVLSI-blue?style=flat&label=DOI&color=00629b)](https://doi.org/10.1109/TVLSI.2025.3527225)
2121
[![Static Badge](https://img.shields.io/badge/2409.17606-blue?style=flat&label=arXiv&color=b31b1b)](https://arxiv.org/abs/2409.17606)
2222

2323
[Design Principles](#-design-principles)
@@ -47,39 +47,22 @@ The names of the IPs are inspired by the [Harry Potter](https://en.wikipedia.org
4747
All code checked into this repository is made available under a permissive license. All software sources are licensed under the Apache License 2.0 (see [`LICENSE-APACHE`](LICENSE-APACHE)), and all hardware sources in the `hw` folder are licensed under the Solderpad Hardware License 0.51 (see [`LICENSE-SHL`](LICENSE-SHL)).
4848

4949
## 📚 Publication
50-
If you use FlooNoC in your research, please cite the following papers:
50+
If you use FlooNoC in your research, please cite the following paper:
5151
<details>
5252
<summary><b>FlooNoC: A 645 Gbps/link 0.15 pJ/B/hop Open-Source NoC with Wide Physical Links and End-to-End AXI4 Parallel Multi-Stream Support</b></summary>
5353
<p>
5454

5555
```
56-
@misc{fischer2024floonoc645gbpslink015,
57-
title={FlooNoC: A 645 Gbps/link 0.15 pJ/B/hop Open-Source NoC with Wide Physical Links and End-to-End AXI4 Parallel Multi-Stream Support},
58-
author={Tim Fischer and Michael Rogenmoser and Thomas Benz and Frank K. Gürkaynak and Luca Benini},
59-
year={2024},
60-
eprint={2409.17606},
61-
archivePrefix={arXiv},
62-
primaryClass={cs.AR},
63-
url={https://arxiv.org/abs/2409.17606}}
64-
```
65-
66-
</p>
67-
</details>
68-
<details>
69-
<summary><b>FlooNoC: A Multi-Tbps Wide NoC for Heterogeneous AXI4 Traffic</b></summary>
70-
<p>
71-
72-
```
73-
@ARTICLE{10225380,
74-
author={Fischer, Tim and Rogenmoser, Michael and Cavalcante, Matheus and Gürkaynak, Frank K. and Benini, Luca},
75-
journal={IEEE Design & Test},
76-
title={FlooNoC: A Multi-Tb/s Wide NoC for Heterogeneous AXI4 Traffic},
77-
year={2023},
78-
volume={40},
79-
number={6},
80-
pages={7-17},
81-
keywords={Bandwidth;Protocols;Scalability;Routing;Payloads;Complexity theory;Network interfaces;Network-on-chip;Network-On-Chip;AXI;Network Interface;Physical design},
82-
doi={10.1109/MDAT.2023.3306720}}
56+
@ARTICLE{10848526,
57+
author={Fischer, Tim and Rogenmoser, Michael and Benz, Thomas and Gürkaynak, Frank K. and Benini, Luca},
58+
journal={IEEE Transactions on Very Large Scale Integration (VLSI) Systems},
59+
title={FlooNoC: A 645-Gb/s/link 0.15-pJ/B/hop Open-Source NoC With Wide Physical Links and End-to-End AXI4 Parallel Multistream Support},
60+
year={2025},
61+
volume={33},
62+
number={4},
63+
pages={1094-1107},
64+
keywords={Bandwidth;Very large scale integration;Data transfer;Routing;Complexity theory;Scalability;Nickel;Memory management;Engines;Europe;Advanced extensible interface (AXI);network interface (NI);network-on-chip (NoC);physical design;very large scale integration},
65+
doi={10.1109/TVLSI.2025.3527225}}
8366
8467
```
8568

0 commit comments

Comments
 (0)
Please sign in to comment.