499caf4c | 25-Oct-2023 |
Xuan Hu <[email protected]> |
scheduler: add println |
6810d1e8 | 25-Oct-2023 |
sfencevma <[email protected]> |
fix params |
f9f1abd7 | 23-Oct-2023 |
Xuan Hu <[email protected]> |
backend: support HybridUnit at Dispatch Stage |
8f1fa9b1 | 23-Oct-2023 |
sfencevma <[email protected]> |
add hybrid unit |
b133b458 | 21-Oct-2023 |
Xuan Hu <[email protected]> |
backend,mem: support HybridUnit |
e8800897 | 25-Oct-2023 |
Xuan Hu <[email protected]> |
backend: deq load uop when it enters memblock successfully
* This can release the oldest uop in load issue queue 3 cycles earlier than before. |
7a96cc7f | 01-Nov-2023 |
Haojin Tang <[email protected]> |
ExuOH: use UInt instead of Vec[Bool] to reduce generating time |
27f42def | 27-Oct-2023 |
Haojin Tang <[email protected]> |
IssueQueue: fix wakeupQueue enq condition |
dcd21474 | 25-Oct-2023 |
Haojin Tang <[email protected]> |
IssueQueue: fix dequeue latency |
a7414482 | 21-Oct-2023 |
Xuan Hu <[email protected]> |
backend: fix LsqEnqCtrl redirect |
795cabde | 20-Oct-2023 |
Xuan Hu <[email protected]> |
backend: fix amo inst dispatch |
fe8177fd | 20-Oct-2023 |
Xuan Hu <[email protected]> |
backend: fix amo inst dispatch |
09201473 | 19-Oct-2023 |
Xuan Hu <[email protected]> |
backend: remove storeset load wait |
e115f2a4 | 19-Oct-2023 |
Xuan Hu <[email protected]> |
backend: fix memory inst dispatch error |
62a2cb19 | 17-Oct-2023 |
Xuan Hu <[email protected]> |
CSR: fix [m|s]status
* Initial [m|s]status.vs to initial(b01). * Set [m|s]status.sd as read only. |
e869f1f3 | 16-Oct-2023 |
Xuan Hu <[email protected]> |
backend,param: modify configs of read ports of regfile
* Use RRArbiter |
1ca4a39d | 15-Oct-2023 |
Xuan Hu <[email protected]> |
backend: add shouldBeInlined = false |
83ba63b3 | 11-Oct-2023 |
Xuan Hu <[email protected]> |
fix merge error |
4b0d80d8 | 11-Oct-2023 |
Xuan Hu <[email protected]> |
Merge upstream/master into tmp-backend-merge-master |
a782e0c0 | 08-Oct-2023 |
zhanglyGit <[email protected]> |
Backend: optimize dispatch selPort method(naive -> circ) |
78db10f3 | 07-Oct-2023 |
zhanglyGit <[email protected]> |
Backend: optimize Dispatch sel method |
2fb6a709 | 06-Oct-2023 |
Haojin Tang <[email protected]> |
IssueQueue: DontCare dynInst.src in deq ports
Since we do not get operands in IssueQueue. |
853cd2d8 | 06-Oct-2023 |
Haojin Tang <[email protected]> |
LoadFastMatch: assign with 0s (still needed?) |
427cfec3 | 06-Oct-2023 |
Haojin Tang <[email protected]> |
IssueQueue: pass pc together with dynInst bundles |
d456387e | 06-Oct-2023 |
Haojin Tang <[email protected]> |
IssueQueue: remove useless `enqJmp` |