mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Zero'd wfiM when ZICSR not supported to fix hang in E tests
This commit is contained in:
parent
66424a8246
commit
7024293a59
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user