Fix(01_Adder):Доб-ие #1 для ожидания line_dump

This commit is contained in:
alexkharl
2024-02-07 17:04:05 +03:00
parent 11c97ac431
commit 34670f21f8
3 changed files with 6 additions and 0 deletions

View File

@@ -40,6 +40,8 @@ module tb_fulladder();
initial begin initial begin
$timeformat(-9, 2, " ns"); $timeformat(-9, 2, " ns");
#1; // wait initial line_dump
$display("START simulation of 1-bit fulladder."); $display("START simulation of 1-bit fulladder.");
$display("You should run simmulation until the message 'FINISH simulation' appears in the log."); $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'"); $display("If you don't see the message then click the button 'Run All'");

View File

@@ -44,6 +44,8 @@ module tb_fulladder32();
initial begin initial begin
$timeformat(-9, 2, " ns"); $timeformat(-9, 2, " ns");
#1; // wait initial line_dump
$display("START simulation of 32-bit fulladder."); $display("START simulation of 32-bit fulladder.");
$display("You should run simmulation until the message 'FINISH simulation' appears in the log."); $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'"); $display("If you don't see the message then click the button 'Run All'");

View File

@@ -44,6 +44,8 @@ module tb_fulladder4();
initial begin initial begin
$timeformat(-9, 2, " ns"); $timeformat(-9, 2, " ns");
#1; // wait initial line_dump
$display("START simulation of 4-bit fulladder."); $display("START simulation of 4-bit fulladder.");
$display("You should run simmulation until the message 'FINISH simulation' appears in the log."); $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'"); $display("If you don't see the message then click the button 'Run All'");