Merge pull request #266 from efabless/cocotb-dev

Cocotb - add delay at the test mgmt_gpio_bidir test
This commit is contained in:
M0stafaRady 2022-10-17 16:47:11 +02:00 committed by GitHub
commit 4bbf9938c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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");
}