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
In bootloader, the output is implemented through "ecall".
However, Gem5 couldn't connect the CPU with the interrupt controller.
So, I use "printf" in "faults.cc" to print the outputs.