Skip to content

Commit

Permalink
[Floo] Implement correct directions of links and indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Oct 8, 2024
1 parent e2350e3 commit 9d44034
Show file tree
Hide file tree
Showing 2 changed files with 370 additions and 176 deletions.
20 changes: 10 additions & 10 deletions config/floo_noc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,38 +88,38 @@ connections:
- [0, 0]
- [0, 3]
dst_dir: "West"
# HBM South
# HBM North
- src: "hbm"
dst: "group_router"
src_range:
- [4, 7]
dst_range:
- [0, 3]
- [0, 0]
dst_dir: "South"
- [3, 3]
dst_dir: "North"
# HBM East
- src: "hbm"
dst: "group_router"
src_range:
- [8, 11]
dst_range:
- [3, 3]
- [0, 3]
- [3, 0]
dst_dir: "East"
# HBM North
# HBM South
- src: "hbm"
dst: "group_router"
src_range:
- [12, 14]
dst_range:
- [0, 2]
- [3, 3]
dst_dir: "North"
- [3, 1]
- [0, 0]
dst_dir: "South"
# Attach special peripheral/HBM router to the mesh
- src: "periph_router"
dst: "group_router"
dst_idx: [3, 3]
dst_dir: "North"
dst_idx: [0, 0]
dst_dir: "South"
# Attach last HBM channel and peripherals to the special router
- src: "periph_router"
dst: "hbm"
Expand Down
Loading

0 comments on commit 9d44034

Please sign in to comment.