mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-24 14:17:16 -04:00
Multiplication takes two cycles (1 cycle latency) and ALU takes one cycle (no latency). They share the same writeback port so it is not possible to issue an ALU instruction just after a MUL. So the example is wrong, but it is okay if we replace MUL by LOAD as it uses another write-back port. Fix #1106 |
||
---|---|---|
.. | ||
01_cva6_user | ||
02_cva6_requirements | ||
03_cva6_design | ||
04_cv32a6_design | ||
05_cva6_apu | ||
_static | ||
user_guide | ||
.gitignore | ||
conf.py | ||
index.rst | ||
make.bat | ||
Makefile | ||
requirements.txt |