From 829555690b6e8cc7bc8dda3edbd76fec234fede0 Mon Sep 17 00:00:00 2001 From: Andrei Solodovnikov Date: Wed, 11 Sep 2024 19:56:21 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9B=D0=A05.=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/05. Main decoder/lab_05.tb_decoder.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Labs/05. Main decoder/lab_05.tb_decoder.sv b/Labs/05. Main decoder/lab_05.tb_decoder.sv index b7da370..2019d0b 100644 --- a/Labs/05. Main decoder/lab_05.tb_decoder.sv +++ b/Labs/05. Main decoder/lab_05.tb_decoder.sv @@ -138,7 +138,7 @@ module lab_05_tb_decoder(); $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