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
7f42ff06d2
commit
412d4656ed
@ -348,6 +348,7 @@ module wallypipelinedcore (
|
|||||||
assign PrivilegedNextPCM = 0;
|
assign PrivilegedNextPCM = 0;
|
||||||
assign RetM = 0;
|
assign RetM = 0;
|
||||||
assign TrapM = 0;
|
assign TrapM = 0;
|
||||||
|
assign wfiM = 0;
|
||||||
assign ITLBFlushF = 0;
|
assign ITLBFlushF = 0;
|
||||||
assign DTLBFlushM = 0;
|
assign DTLBFlushM = 0;
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user