Skip to content

Commit

Permalink
axi_rand_master: prevent stall if RESP_MIN/MAX_WAIT_CYCLES=0
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-valente authored and micprog committed May 8, 2024
1 parent eced9a8 commit cf67195
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/axi_test.sv
Original file line number Diff line number Diff line change
Expand Up @@ -1153,6 +1153,8 @@ package axi_test;
end
cnt_sem.put();
end
end else begin
rand_wait(1,1);
end
end
endtask
Expand Down

0 comments on commit cf67195

Please sign in to comment.