Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add citation file #23

Merged
merged 2 commits into from
Nov 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading