From 0e6269a99ff911554ca9ec990cf4b1ab36a69341 Mon Sep 17 00:00:00 2001 From: Andrei Solodovnikov Date: Thu, 7 Sep 2023 21:59:51 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9B=D0=A04.=20=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=81=D0=BE=D0=BE=D0=B1=D1=89?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=B2=20=D1=82=D0=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Labs/04. Primitive programmable device/tb_cybercobra.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Labs/04. Primitive programmable device/tb_cybercobra.sv b/Labs/04. Primitive programmable device/tb_cybercobra.sv index d73b836..890fddd 100644 --- a/Labs/04. Primitive programmable device/tb_cybercobra.sv +++ b/Labs/04. Primitive programmable device/tb_cybercobra.sv @@ -37,7 +37,7 @@ module tb_CYBERcobra(); always #5 clk = ~clk; initial begin - $display( "\nStart test: \n\n==========================\nCLICK THE BUTTON 'Run All'\n==========================\n"); $stop(); + $display( "\nStart test: \n\n===============================================\nAdd CYBERcobra signals to the waveform and then\nCLICK THE BUTTON 'Run All'\n===============================================\n"); $stop(); rstn = 1'b1; #10; rstn = 1'b0;