Can sfence.vma instruction be executed in supervisor mode?
I think both 'S' and 'M' modes are possible, but spike doesn't support it in 'M' mode.
Also, it doesn't work even though I changed the code as below in sfencevma.h file.
require_extension('S') -> require_extension('M')_
Is there any solution to support sfence.vma in 'M' mode?
Can sfence.vma instruction be executed in supervisor mode? I think both 'S' and 'M' modes are possible, but spike doesn't support it in 'M' mode. Also, it doesn't work even though I changed the code as below in sfencevma.h file. require_extension('S') -> require_extension('M')_ Is there any solution to support sfence.vma in 'M' mode?
Thank you.