Cleanup IFU comments.

This commit is contained in:
Ross Thompson 2022-01-14 15:06:30 -06:00
parent a70e12ad75
commit db519a0dca

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