mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 22:27:21 -04:00
[docs/userguide] minor edits
This commit is contained in:
parent
29e11bdec0
commit
5ffee4fc9e
1 changed files with 1 additions and 1 deletions
|
@ -690,7 +690,7 @@ by setting `CPU_CNT_WIDTH => 0` if they are not used at all (note, this is not R
|
|||
* Map CPU shift operations to a small and iterative shifter unit (`FAST_SHIFT_EN => false`).
|
||||
* If you have unused DSP block available, you can map multiplication operations to those slices instead of
|
||||
using LUTs to implement the multiplier (`FAST_MUL_EN => true`).
|
||||
* If there is no need to execute division in hardware, use the `Zmmul extension` instead of the full-scale
|
||||
* If there is no need to execute division in hardware, use the `Zmmul` extension instead of the full-scale
|
||||
`M` extension.
|
||||
* Disable CPU extension that are not explicitly used (`A`, `U`, `Zfinx`).
|
||||
* _To be continued..._
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue