mirror of
https://github.com/MPSU/APS.git
synced 2025-09-16 09:40:10 +00:00
ЛР3: Добавление недостаяющей запятой в тестбенче
This commit is contained in:
@@ -179,7 +179,7 @@ module lab_03_tb_register_file();
|
|||||||
$display("\nTest has been finished\nNumber of errors: %d\n", err_count);
|
$display("\nTest has been finished\nNumber of errors: %d\n", err_count);
|
||||||
$finish();
|
$finish();
|
||||||
#5;
|
#5;
|
||||||
$display("You're trying to run simulation that has finished. Aborting simulation.")
|
$display("You're trying to run simulation that has finished. Aborting simulation.");
|
||||||
$fatal();
|
$fatal();
|
||||||
end
|
end
|
||||||
endmodule
|
endmodule
|
||||||
|
Reference in New Issue
Block a user