mirror of
https://github.com/MPSU/APS.git
synced 2025-09-16 17:40:41 +00:00
Revert "Fix(01_Adder):Доб-ие #1 для ожидания line_dump"
This reverts commit 34670f21f8
.
This commit is contained in:
@@ -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'");
|
||||
|
@@ -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'");
|
||||
|
@@ -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'");
|
||||
|
Reference in New Issue
Block a user