forked from Github_Repos/cvw
Reduced rv32imc int divider to 2 copies to avoid it being on the critical path
This commit is contained in:
parent
5b197f4f9d
commit
bf5f776501
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user