Reduced rv32imc int divider to 2 copies to avoid it being on the critical path

This commit is contained in:
David Harris 2023-02-19 19:59:30 -08:00
parent 5b197f4f9d
commit bf5f776501

View File

@ -68,7 +68,7 @@
// Integer Divider Configuration
// IDIV_BITSPERCYCLE must be 1, 2, or 4
`define IDIV_BITSPERCYCLE 4
`define IDIV_BITSPERCYCLE 2
`define IDIV_ON_FPU 0
// Legal number of PMP entries are 0, 16, or 64