Removed comment about nonexistent possible bug

This commit is contained in:
David Harris 2022-11-14 09:52:21 -08:00
parent 84c4558641
commit f9202187ba

View File

@ -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;