Removed comment about nonexistent possible bug

This commit is contained in:
David Harris 2022-11-14 09:56:33 -08:00
parent 06dbed92c8
commit 6372139af4

View File

@ -223,7 +223,6 @@ 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? If so, applies to 64 bits as well
assign Misaligned = ((WalkerState == L0_ADR) & MegapageMisaligned);
end else begin
logic GigapageMisaligned, TerapageMisaligned;