Skip to content

Commit

Permalink
Reorder a print message that is used as a trigger in OpenOCD tests
Browse files Browse the repository at this point in the history
  • Loading branch information
calebofearth committed Sep 21, 2024
1 parent 513f7e3 commit 051d9ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/integration/tb/caliptra_top_tb_soc_bfm.sv
Original file line number Diff line number Diff line change
Expand Up @@ -229,12 +229,13 @@ import caliptra_top_tb_pkg::*; #(
m_axi_bfm_if.axi_write_single(.addr(`CLP_SOC_IFC_REG_CPTRA_BOOTFSM_GO), .data(32'h00000001), .resp(wresp));
end

$display ("CLP: ROM Flow in progress...\n");

// Test sequence (Mailbox or error handling)
wait(ready_for_fw_push || ras_test_ctrl.error_injection_seen);

// Mailbox flow
if (ready_for_fw_push) begin
$display ("CLP: ROM Flow in progress...\n");
repeat(5) @(posedge core_clk);

$display ("CLP: Ready for firmware push\n");
Expand Down

0 comments on commit 051d9ff

Please sign in to comment.