From ea36f923bd57fe367e2e47923191de3a6f1a48f0 Mon Sep 17 00:00:00 2001 From: Andrei Solodovnikov Date: Wed, 11 Sep 2024 19:58:01 +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=D0=BE=D0=BF=D0=B5=D1=87?= =?UTF-8?q?=D0=B0=D1=82=D0=BA=D0=B8=20=D0=B2=20=D1=82=D0=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 1a81975..bb50936 100644 --- a/Labs/08. Load-store unit/lab_08.tb_lsu.sv +++ b/Labs/08. Load-store unit/lab_08.tb_lsu.sv @@ -64,7 +64,7 @@ initial begin $display("Simulation finished. Number of errors: %d", err_count); $finish(); #5; - $display("You're trying to run simulation that has finished. Aborting simulation.") + $display("You're trying to run simulation that has finished. Aborting simulation."); $fatal(); end