From 84794a5d87593334a8637c42679e09061d9fe6d3 Mon Sep 17 00:00:00 2001 From: Andrei Solodovnikov Date: Wed, 11 Sep 2024 19:57:40 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9B=D0=A07.=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/07. Datapath/lab_07.tb_processor_system.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Labs/07. Datapath/lab_07.tb_processor_system.sv b/Labs/07. Datapath/lab_07.tb_processor_system.sv index 1dc072d4..0233ae69 100644 --- a/Labs/07. Datapath/lab_07.tb_processor_system.sv +++ b/Labs/07. Datapath/lab_07.tb_processor_system.sv @@ -29,7 +29,7 @@ module lab_07_tb_processor_system(); $display("\n The test is over \n See the internal signals of the module on the waveform \n"); $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