diff --git a/Labs/08. Load-store unit/lab_08.tb_lsu.sv b/Labs/08. Load-store unit/lab_08.tb_lsu.sv index 1f8b932..c18e011 100644 --- a/Labs/08. Load-store unit/lab_08.tb_lsu.sv +++ b/Labs/08. Load-store unit/lab_08.tb_lsu.sv @@ -83,7 +83,7 @@ initial begin $stop(); not_stopped = 0; end - @(posedge clk_i); + @(negedge clk_i); if(!core_stall_o) begin core_req_i = $random; core_we_i = $random;