From 06928f6966f2eb317c42a90e7f6809443f17baa5 Mon Sep 17 00:00:00 2001 From: Sergey Chusov <44680536+serge0699@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:09:29 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9B=D0=A03:=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BD=D0=B5=D0=B4=D0=BE=D1=81?= =?UTF-8?q?=D1=82=D0=B0=D1=8F=D1=8E=D1=89=D0=B5=D0=B9=20=D0=B7=D0=B0=D0=BF?= =?UTF-8?q?=D1=8F=D1=82=D0=BE=D0=B9=20=D0=B2=20=D1=82=D0=B5=D1=81=D1=82?= =?UTF-8?q?=D0=B1=D0=B5=D0=BD=D1=87=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Labs/03. Register file and memory/lab_03.tb_register_file.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Labs/03. Register file and memory/lab_03.tb_register_file.sv b/Labs/03. Register file and memory/lab_03.tb_register_file.sv index d3be5ee..ac4dfbd 100644 --- a/Labs/03. Register file and memory/lab_03.tb_register_file.sv +++ b/Labs/03. Register file and memory/lab_03.tb_register_file.sv @@ -179,7 +179,7 @@ module lab_03_tb_register_file(); $display("\nTest has been finished\nNumber of errors: %d\n", 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 endmodule