mirror of
https://github.com/MPSU/APS.git
synced 2025-09-15 17:20:10 +00:00
ЛР1. Исправление опечатки в разряде константы в тб
This commit is contained in:
committed by
GitHub
parent
d5724fe899
commit
d0b6e94146
@@ -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++;
|
||||
|
Reference in New Issue
Block a user