Cocotb - add delay at the test mgmt_gpio_bidir test

This commit is contained in:
M0stafaRady 2022-10-17 04:35:29 -07:00
parent 6ad1461be6
commit 55eaf936b0
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@
*/
#include <defs.h>
#include <stub.c>
// --------------------------------------------------------
@ -55,6 +56,7 @@ void main()
reg_gpio_out = 0;
}
reg_debug_2 = 0xFF; //finish test
print("adding a very very long delay because cpu produces X's when code finish and this break the simulation");
}