mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-27 15:04:36 +00:00
Removed comment about nonexistent possible bug
This commit is contained in:
parent
84c4558641
commit
f9202187ba
@ -224,7 +224,7 @@ module hptw (
|
||||
if (`XLEN == 32) begin
|
||||
assign InitialWalkerState = L1_ADR;
|
||||
assign MegapageMisaligned = |(CurrentPPN[9:0]); // must have zero PPN0
|
||||
// *** Possible bug - should be L1_ADR?
|
||||
// *** Possible bug - should be L1_ADR? If so, applies to 64 bits as well
|
||||
assign Misaligned = ((WalkerState == L0_ADR) & MegapageMisaligned);
|
||||
end else begin
|
||||
logic GigapageMisaligned, TerapageMisaligned;
|
||||
|
Loading…
Reference in New Issue
Block a user