d97a1af7 | 08-Jan-2024 |
Xuan Hu <[email protected]> |
Backend,MemBlock,params: expand the width of enq of LSQ |
9d8d7860 | 03-Jan-2024 |
Xuan Hu <[email protected]> |
Backend: add predecode info in load pipeline |
97b279b9 | 20-Nov-2023 |
Xuan Hu <[email protected]> |
fix rebase errors |
31c1fcd8 | 06-Nov-2023 |
zhanglinjuan <[email protected]> |
issue: fix issue condition of vector loads/stores |
3ea094fb | 04-Nov-2023 |
zhanglinjuan <[email protected]> |
LSQ: only last uop of a load/store can move lqPtr/sqPtr |
887f9c3d | 04-Nov-2023 |
zhanglinjuan <[email protected]> |
Backend: add uopIdx comparing logic in deqResp for vector mem iq |
29b863e5 | 02-Nov-2023 |
zhanglinjuan <[email protected]> |
issue: vector loads/stores should only issue as head of lsq |
7b04294f | 31-Oct-2023 |
Xuan Hu <[email protected]> |
dispatch2iq,vector: fix vector l/s lsq enq |
1f3d1b4d | 26-Oct-2023 |
Xuan Hu <[email protected]> |
fix compile error |
fc8637eb | 07-Oct-2023 |
zhanglyGit <[email protected]> |
Backend: dispatch2Iq support vldu and vstu |
2d270511 | 28-Sep-2023 |
sinsanction <[email protected]> |
IssueQueue: add vector load/store IssueQueue |
c379dcbe | 26-Oct-2023 |
Ziyue-Zhang <[email protected]> |
rv64v: fix vls issuse queue connection (#2431)
* update fuOpType for vload and vstore
* add vpu connection for vload and vstore issue queue |
56bceacb | 13-Nov-2023 |
Haojin Tang <[email protected]> |
Scheduler: fix amod enqueue |
43965d02 | 09-Nov-2023 |
Haojin Tang <[email protected]> |
IssueQueue: fix respType of fastResp |
d1bb5687 | 08-Nov-2023 |
Haojin Tang <[email protected]> |
IssueQueue: prevent dequeuing to FakeHyu |
a9ffe60a | 06-Nov-2023 |
Haojin Tang <[email protected]> |
LoadDependency: fix deps from LDU / HYU |
04c99eca | 05-Nov-2023 |
Xuan Hu <[email protected]> |
backend: fix load cancel bundle |
8a66c02c | 03-Nov-2023 |
Xuan Hu <[email protected]> |
dispatch2iq: fix dispatch error |
56715025 | 03-Nov-2023 |
Xuan Hu <[email protected]> |
backend: fix lsiq's store resp signals |
bf1d10c3 | 03-Nov-2023 |
Xuan Hu <[email protected]> |
dispatch2iq: rewrite mem dispatch algorithm |
c838dea1 | 02-Nov-2023 |
Xuan Hu <[email protected]> |
backend: fix compile errors |
4ec52c44 | 01-Nov-2023 |
Xuan Hu <[email protected]> |
backend: fix StdIQ enq.valid |
ecfc6f16 | 31-Oct-2023 |
Xuan Hu <[email protected]> |
backend: refactor Dispatch2IqMemImp |
670870b3 | 25-Oct-2023 |
Xuan Hu <[email protected]> |
backend: support hybrid unit
* filter not fake unit when generate bundles * add fake exu unit * hybrid unit use one load writeback port and one store writeback port |
e62b6911 | 25-Oct-2023 |
Xuan Hu <[email protected]> |
scheduler: support HybridUnit's dispatch |