From 04d09e5c3f3b4548842189b69cea4677e1e288af Mon Sep 17 00:00:00 2001 From: alexkharl Date: Mon, 12 Feb 2024 11:24:53 +0300 Subject: [PATCH] =?UTF-8?q?Revert=20"Fix(01=5FAdder):=D0=94=D0=BE=D0=B1-?= =?UTF-8?q?=D0=B8=D0=B5=20#1=20=D0=B4=D0=BB=D1=8F=20=D0=BE=D0=B6=D0=B8?= =?UTF-8?q?=D0=B4=D0=B0=D0=BD=D0=B8=D1=8F=20line=5Fdump"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 34670f21f8c60fbc844da2d5fccaff30d568746f. --- Labs/01. Adder/tb_fulladder.sv | 2 -- Labs/01. Adder/tb_fulladder32.sv | 2 -- Labs/01. Adder/tb_fulladder4.sv | 2 -- 3 files changed, 6 deletions(-) diff --git a/Labs/01. Adder/tb_fulladder.sv b/Labs/01. Adder/tb_fulladder.sv index d48d1e1..1497be9 100644 --- a/Labs/01. Adder/tb_fulladder.sv +++ b/Labs/01. Adder/tb_fulladder.sv @@ -40,8 +40,6 @@ module tb_fulladder(); initial begin $timeformat(-9, 2, " ns"); - #1; // wait initial line_dump - $display("START simulation of 1-bit fulladder."); $display("You should run simmulation until the message 'FINISH simulation' appears in the log."); $display("If you don't see the message then click the button 'Run All'"); diff --git a/Labs/01. Adder/tb_fulladder32.sv b/Labs/01. Adder/tb_fulladder32.sv index 6049afa..58ff259 100644 --- a/Labs/01. Adder/tb_fulladder32.sv +++ b/Labs/01. Adder/tb_fulladder32.sv @@ -44,8 +44,6 @@ module tb_fulladder32(); initial begin $timeformat(-9, 2, " ns"); - #1; // wait initial line_dump - $display("START simulation of 32-bit fulladder."); $display("You should run simmulation until the message 'FINISH simulation' appears in the log."); $display("If you don't see the message then click the button 'Run All'"); diff --git a/Labs/01. Adder/tb_fulladder4.sv b/Labs/01. Adder/tb_fulladder4.sv index 710904e..a247b7e 100644 --- a/Labs/01. Adder/tb_fulladder4.sv +++ b/Labs/01. Adder/tb_fulladder4.sv @@ -44,8 +44,6 @@ module tb_fulladder4(); initial begin $timeformat(-9, 2, " ns"); - #1; // wait initial line_dump - $display("START simulation of 4-bit fulladder."); $display("You should run simmulation until the message 'FINISH simulation' appears in the log."); $display("If you don't see the message then click the button 'Run All'");