Skip to content

Commit e41c0a2

Browse files
authored
Revert "Fix external crossbar address map"
This reverts commit c5cd752.
1 parent fc30197 commit e41c0a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tb/pulp_cluster_tb.sv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ module pulp_cluster_tb;
212212
};
213213
assign addr_map[2] = '{ // Pulp Cluster
214214
idx: 2,
215-
start_addr: ClustBase,
216-
end_addr: ClustBase + ClustExtOffs
215+
start_addr: ClustBaseAddr,
216+
end_addr: ClustBaseAddr + ClustExtOffs
217217
};
218218

219219
// Crossbar Configuration and Instantiation

0 commit comments

Comments
 (0)