Radical opinion, we should have good performance by default, not bad

This commit is contained in:
Luke Wren 2022-04-02 17:53:22 +01:00
parent 7dc5046505
commit be80bd4c18
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ parameter MULH_FAST = 0,
// FAST_BRANCHCMP: Instantiate a separate comparator (eq/lt/ltu) for branch // FAST_BRANCHCMP: Instantiate a separate comparator (eq/lt/ltu) for branch
// resolution, rather than using the ALU. May improve fetch address delay. // resolution, rather than using the ALU. May improve fetch address delay.
// (Especially if Zba extension is enabled) // (Especially if Zba extension is enabled)
parameter FAST_BRANCHCMP = 0, parameter FAST_BRANCHCMP = 1,
// MTVEC_WMASK: Mask of which bits in MTVEC are modifiable. Save gates by // MTVEC_WMASK: Mask of which bits in MTVEC are modifiable. Save gates by
// making trap vector base partly fixed (legal, as it's WARL). // making trap vector base partly fixed (legal, as it's WARL).