Commit 9377420
committed
Update lowrisc_ibex to lowRISC/ibex@0c233f54
Update code from upstream repository
https://github.com/lowRISC/ibex.git to revision
0c233f54361d769f370889223acc456f2ac19d46
* [formal] Disable the Zc* extensions for formal verification (Samuel
Riedel)
* [rtl] Make Zcmp state registers resettable (Samuel Riedel)
* [rtl] Compute `gets_expanded_o` only if the instruction is valid
(Samuel Riedel)
* [rtl] Add assertion to ensure the push/pop FSM only advances if
valid (Samuel Riedel)
* [rtl] Only start the push/pop FSM if the instruction is valid
(Samuel Riedel)
* [rtl] Optimize the Zcmp FSM (Samuel Riedel)
* [rtl] Add explanations to the Zcmp state machine (Samuel Riedel)
* [rtl] Fix handshake on compressed decoder (Samuel Riedel)
* [rtl] Annotate traces with expanded instruction information (Samuel
Riedel)
* [rvfi] Track expanded instruction in rvfi (Samuel Riedel)
* [rtl] Track last expanded instruction (Samuel Riedel)
* [doc] Add Zcb and Zcmp extension to documentation (Samuel Riedel)
* [rtl] Parametrize Zcb and Zcmp extensions (Samuel Riedel)
* [rvfi] Output expanded instructions (except for the last one)
(Andreas Kurth)
* [rtl] Implement Zcmp extension (Andreas Kurth)
* [rtl] Implement the Zcb extension (Elias Christen)
Signed-off-by: Samuel Riedel <sriedel@lowrisc.org>1 parent 8607531 commit 9377420
14 files changed
Lines changed: 1082 additions & 253 deletions
File tree
- hw/vendor
- lowrisc_ibex
- doc
- 01_overview
- 02_user
- 03_reference
- dv/formal/check
- rtl
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
50 | 58 | | |
51 | 59 | | |
52 | 60 | | |
| |||
Large diffs are not rendered by default.
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
131 | 132 | | |
132 | 133 | | |
133 | 134 | | |
| 135 | + | |
134 | 136 | | |
135 | 137 | | |
136 | 138 | | |
| |||
441 | 443 | | |
442 | 444 | | |
443 | 445 | | |
444 | | - | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
445 | 450 | | |
446 | 451 | | |
447 | 452 | | |
| 453 | + | |
448 | 454 | | |
449 | 455 | | |
450 | 456 | | |
| 457 | + | |
451 | 458 | | |
452 | 459 | | |
453 | 460 | | |
454 | 461 | | |
455 | 462 | | |
456 | | - | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
457 | 467 | | |
458 | 468 | | |
459 | 469 | | |
| 470 | + | |
460 | 471 | | |
461 | 472 | | |
462 | 473 | | |
| 474 | + | |
463 | 475 | | |
464 | 476 | | |
465 | 477 | | |
| |||
0 commit comments