[docs/userguide] minor edits

This commit is contained in:
stnolting 2021-09-02 19:12:24 +02:00
parent 29e11bdec0
commit 5ffee4fc9e

View file

@ -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..._