Skip to content

Commit

Permalink
bring back MAX_CYCLES
Browse files Browse the repository at this point in the history
Signed-off-by: Wojciech Sipak <[email protected]>
  • Loading branch information
wsipak committed Oct 8, 2024
1 parent befa1de commit f7ed27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testbench/tb_top.sv
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ module tb_top

assign mailbox_data_val = mailbox_data[7:0] > 8'h5 && mailbox_data[7:0] < 8'h7f;

parameter MAX_CYCLES = 5_000;
parameter MAX_CYCLES = 2_000_000;

integer fd, tp, el;
logic next_dbus_error;
Expand Down

0 comments on commit f7ed27b

Please sign in to comment.