#
b720b0cd |
| 30-Oct-2024 |
chengguanghui <[email protected]> |
fix(trace): fix `tracePipe` in pipeline
* fix itype for branch after writeback * update itype to DeqGroup when branch instruction commit at next cycle after writeback. * fix ftqoffset in commitIn
fix(trace): fix `tracePipe` in pipeline
* fix itype for branch after writeback * update itype to DeqGroup when branch instruction commit at next cycle after writeback. * fix ftqoffset in commitInfo for fuse instruction * fix `iretire` in rename
show more ...
|
#
89cc69c1 |
| 11-Aug-2023 |
Tang Haojin <[email protected]> |
Rob: support ROB compression (#2192)
For consecutive instructions that do not raise exceptions, they can share a same rob entry and reduce rob consumption.
Only scalar instructions are supported no
Rob: support ROB compression (#2192)
For consecutive instructions that do not raise exceptions, they can share a same rob entry and reduce rob consumption.
Only scalar instructions are supported now.
---------
Co-authored-by: fdy <[email protected]>
show more ...
|