Zero'd wfiM when ZICSR not supported to fix hang in E tests

This commit is contained in:
David Harris 2022-05-05 15:32:13 +00:00
parent 7f42ff06d2
commit 412d4656ed

View File

@ -348,6 +348,7 @@ module wallypipelinedcore (
assign PrivilegedNextPCM = 0;
assign RetM = 0;
assign TrapM = 0;
assign wfiM = 0;
assign ITLBFlushF = 0;
assign DTLBFlushM = 0;
end