From bfb6bac9d548ca051b98298a72796cb5fe9a7b10 Mon Sep 17 00:00:00 2001 From: Andrei Solodovnikov Date: Wed, 22 Jul 2026 14:52:47 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9B=D0=A08.=20=D0=98=D1=81=D0=BF=D1=80=D0=B0?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=82=D0=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Из-за гонок не отлавливалась ошибка когда core_stall_o брался с выхода регистра --- Labs/08. Load-store unit/lab_08.tb_lsu.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;