Skip to content

Commit

Permalink
Forgot one outdated parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvan Tortorella committed Sep 5, 2024
1 parent 22d0bc7 commit 78a8034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/sim/src/astral_tb.sv
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ module tb_astral;

// Write bootaddress to each core
$display("[SLINK PULPD] Write PULP cluster boot address for each core");
for (int c = 0; c < PulpdNumCores; c++) begin
for (int c = 0; c < carfield_pkg::IntClusterNumCores; c++) begin
fix.chs_vip.slink_write_32(PulpdBootAddr + c*32'h4, PulpdBootAddrDram);
end
// Write boot enable
Expand Down

0 comments on commit 78a8034

Please sign in to comment.