Skip to content

Commit d923551

Browse files
committed
hw: 🐛 Fix cluster_id_i tied to 0 in cluster_interconnect_wrap
It created problems in routing of requests through peripheral interconnect
1 parent 5413e7d commit d923551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtl/pulp_cluster.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ cluster_interconnect_wrap #(
764764
) cluster_interconnect_wrap_i (
765765
.clk_i ( clk_i ),
766766
.rst_ni ( rst_ni ),
767-
.cluster_id_i ( '0 ),
767+
.cluster_id_i ( cluster_id_i ),
768768

769769
.hci_ecc_periph_slave ( s_periph_hwpe_hci_ecc_bus ),
770770

0 commit comments

Comments
 (0)