mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Removed problematic warning about reaching default state in HPTW
This commit is contained in:
parent
3036de316a
commit
a88302f0d7
@ -190,10 +190,6 @@ module hptw
|
|||||||
// else NextWalkerState = FAULT;
|
// else NextWalkerState = FAULT;
|
||||||
LEAF: NextWalkerState = IDLE; // updates TLB
|
LEAF: NextWalkerState = IDLE; // updates TLB
|
||||||
default: begin
|
default: begin
|
||||||
// synthesis translate_off
|
|
||||||
if (WalkerState !== 'x)
|
|
||||||
$error("Default state in HPTW should be unreachable; was %d", WalkerState);
|
|
||||||
// synthesis translate_on
|
|
||||||
NextWalkerState = IDLE; // should never be reached
|
NextWalkerState = IDLE; // should never be reached
|
||||||
end
|
end
|
||||||
endcase
|
endcase
|
||||||
|
Loading…
Reference in New Issue
Block a user