-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Citation file * cite: Add preferred citation
- Loading branch information
Showing
1 changed file
with
90 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
# This CITATION.cff file was generated with cffinit. | ||
# Visit https://bit.ly/cffinit to generate yours today! | ||
|
||
cff-version: 1.2.0 | ||
title: >- | ||
FlooNoC: A Multi-Tb/s Wide NoC for Heterogeneous AXI4 | ||
Traffic | ||
message: >- | ||
If you use FlooNoC in your work, please cite it using the | ||
metadata from this file. | ||
type: software | ||
authors: | ||
- given-names: Tim | ||
family-names: Fischer | ||
email: [email protected] | ||
affiliation: ETH Zurich | ||
orcid: 'https://orcid.org/0009-0007-9700-1286' | ||
- given-names: Michael | ||
family-names: Rogenmoser | ||
email: [email protected] | ||
affiliation: ETH Zurich | ||
orcid: 'https://orcid.org/0000-0003-4622-4862' | ||
- given-names: Matheus | ||
family-names: Cavalcante | ||
email: [email protected] | ||
affiliation: ETH Zurich | ||
orcid: 'https://orcid.org/0000-0001-9199-1708' | ||
- given-names: Frank | ||
family-names: Gurkaynak | ||
email: [email protected] | ||
affiliation: ETH Zurich | ||
orcid: 'https://orcid.org/0000-0002-8476-554X' | ||
- given-names: Luca | ||
family-names: Benini | ||
email: [email protected] | ||
affiliation: ETH Zurich | ||
orcid: 'https://orcid.org/0000-0001-8068-3806' | ||
identifiers: | ||
- type: url | ||
value: "https://ieeexplore.ieee.org/document/10225380" | ||
- type: doi | ||
value: 10.1109/MDAT.2023.3306720 | ||
preferred-citation: | ||
type: article | ||
title: >- | ||
FlooNoC: A Multi-Tb/s Wide NoC for Heterogeneous AXI4 | ||
Traffic | ||
authors: | ||
- given-names: Tim | ||
family-names: Fischer | ||
email: [email protected] | ||
affiliation: ETH Zurich | ||
orcid: 'https://orcid.org/0009-0007-9700-1286' | ||
- given-names: Michael | ||
family-names: Rogenmoser | ||
email: [email protected] | ||
affiliation: ETH Zurich | ||
orcid: 'https://orcid.org/0000-0003-4622-4862' | ||
- given-names: Matheus | ||
family-names: Cavalcante | ||
email: [email protected] | ||
affiliation: ETH Zurich | ||
orcid: 'https://orcid.org/0000-0001-9199-1708' | ||
- given-names: Frank | ||
family-names: Gurkaynak | ||
email: [email protected] | ||
affiliation: ETH Zurich | ||
orcid: 'https://orcid.org/0000-0002-8476-554X' | ||
- given-names: Luca | ||
family-names: Benini | ||
email: [email protected] | ||
affiliation: ETH Zurich | ||
orcid: 'https://orcid.org/0000-0001-8068-3806' | ||
doi: "10.1109/MDAT.2023.3306720" | ||
repository-code: 'https://github.com/pulp-platform/FlooNoC' | ||
abstract: >- | ||
This article introduces an open-source, low-latency | ||
Network-on-Chip (NoC) designed to tackle bandwidth | ||
challenges faced by traditional narrow and serialized | ||
NoCs. The authors demonstrate the effectiveness of wide | ||
channels by integrating a 5 × 5 router and links within a | ||
9-core compute cluster using 12-nm FinFet technology. | ||
keywords: | ||
- Bandwidth | ||
- Protocols | ||
- Scalability | ||
- Network-on-Chip | ||
- Routing | ||
- Network Interfaces | ||
license: SHL-0.51 |