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
When trying to use interrupts, we tried to use the WFI instruction, however the VexRISCV core did not enter WFI state.
This is most likely caused by wfiGenAsWait being set to False and wfiGenAsNop set to True in the VexRISCV rendered configuration.
WFI support is very useful when dealing with interrupts.
Could the core have WFI Wait enabled?
Thank you.
The text was updated successfully, but these errors were encountered:
When trying to use interrupts, we tried to use the WFI instruction, however the VexRISCV core did not enter WFI state.
This is most likely caused by
wfiGenAsWait
being set toFalse
andwfiGenAsNop
set toTrue
in the VexRISCV rendered configuration.WFI support is very useful when dealing with interrupts.
Could the core have WFI Wait enabled?
Thank you.
The text was updated successfully, but these errors were encountered: