-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update app-testing script #603
base: main
Are you sure you want to change the base?
Conversation
The script tries to run the applications even if the verilator model did not compile correctly. |
=================================
|
That should not happen because of this:
I checked locally and it's failing from some verilator warnings. For some reason, the error exit code (which is different from 0) is not caught by the |
🎉 Verilator 5 supports timing simulation, the spiflash model have been compiled with verilator. Getting closer to run all the examples in CI. 🎊 |
TO-DO: