Cleanup IFU comments.

This commit is contained in:
Ross Thompson 2022-01-14 15:06:30 -06:00
parent b8f4eb2997
commit 73ad5715f4

View File

@ -385,7 +385,6 @@ module ifu (
assign PCNextF = {UnalignedPCNextF[`XLEN-1:1], 1'b0}; // hart-SPEC p. 21 about 16-bit alignment
// *** double check this enable. It cannot be correct.
flopenl #(`XLEN) pcreg(clk, reset, ~StallF, PCNextF, `RESET_VECTOR, PCF);
// branch and jump predictor