Browse Source
For Spike, this instruction merely performs exception checks, just like SFENCE.INVAL.IR. So, implement it in terms of SFENCE.INVAL.IR.pull/1162/head
1 changed files with 1 additions and 3 deletions
@ -1,3 +1 @@ |
|||
require_extension('S'); |
|||
require_extension(EXT_SVINVAL); |
|||
require_impl(IMPL_MMU); |
|||
#include "sfence_inval_ir.h" |
|||
|
|||
Loading…
Reference in new issue