Skip to content

Commit

Permalink
docs: Add citation file (#23)
Browse files Browse the repository at this point in the history
* Add Citation file

* cite: Add preferred citation
  • Loading branch information
fischeti authored Nov 24, 2023
1 parent ba12c05 commit 0531e95
Showing 1 changed file with 90 additions and 0 deletions.
90 changes: 90 additions & 0 deletions CITATION.cff
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

0 comments on commit 0531e95

Please sign in to comment.