You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to compile interrupt.c and run it to observe the wave of how the interrupt process in cva6. But I don't know how to compile and run it. Could you teach me how to do it? Thanks!
The text was updated successfully, but these errors were encountered:
It's not a stand-alone test, but is intended to be run as part of the other debug tests. debug/README.md has some general info. InterruptTest in gdbserver.py is the specific test that uses this program.
If you just want the binary, running the test as described there will also show you the command line it uses to build that binary.
I want to compile interrupt.c and run it to observe the wave of how the interrupt process in cva6. But I don't know how to compile and run it. Could you teach me how to do it? Thanks!
The text was updated successfully, but these errors were encountered: