Commit graph

8 commits

Author SHA1 Message Date
AngelaGonzalezMarino
db088159eb
Mmu design document (#2117) 2024-06-17 09:23:44 +02:00
JeanRochCoulon
378144ddc4
03 doc is deprecated (#1922)
GitHub Issues report 03 doc limitations. As it is not the main design document, we would like to notify that it is deprecated.
2024-03-12 16:36:27 +00:00
Côme
758511fd79
docs: fix example of OoO write-back to scoreboard (#1621)
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
2023-11-13 10:59:26 +01:00
YazanHussnain-10x
6eea97f60e
Update CVA6 Architecture overview Figure (#1488) 2023-10-02 09:02:33 +02:00
Florian Zaruba
93782ddfb5
Merge CVA6Cfg and ArianeCfg (#1321) 2023-09-28 11:41:38 +02:00
Kevin Tan
20ca6b71a7
Fix typo in id_stage.md (#1239) 2023-05-22 11:01:13 +02:00
Mike Thompson
44817bda22
Individual files for each chapter of CVA6 User Manual (#1076) 2023-02-22 09:22:20 +01:00
Mike Thompson
f46c5b1acc
Integrate CV32A6 Design Document and break out CVA6 APU (#1072) 2023-02-21 15:21:04 +01:00