Skip to content

Commit c4af552

Browse files
committed
cfg(noc): Fix narrow user width
1 parent 5f4510c commit c4af552

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cfg/picobello_noc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ protocols:
2020
id_width: 5
2121
user_width:
2222
mcast_mask: 48
23-
user: 3
23+
user: 5
2424
- name: "narrow_out"
2525
type: "narrow"
2626
protocol: "AXI4"
@@ -29,7 +29,7 @@ protocols:
2929
id_width: 2
3030
user_width:
3131
mcast_mask: 48
32-
user: 3
32+
user: 5
3333
- name: "wide_in"
3434
type: "wide"
3535
protocol: "AXI4"

0 commit comments

Comments
 (0)