ЛР1. Исправление опечатки в разряде константы в тб

This commit is contained in:
Andrei Solodovnikov
2024-05-05 21:33:17 +03:00
committed by GitHub
parent d5724fe899
commit d0b6e94146

View File

@@ -32,7 +32,7 @@ module tb_fulladder4();
$display("Test has been started");
$display( "\n\n==========================\nCLICK THE BUTTON 'Run All'\n==========================\n"); $stop();
#5ns;
test_case = 3'd0;
test_case = 9'd0;
repeat(512) begin
#5ns;
test_case++;