51de4363 | 22-Nov-2023 |
sinsanction <[email protected]> |
IssueQueue: reduce entryReg width |
520f7dac | 22-Nov-2023 |
sinsanction <[email protected]> |
Backend: reduce imm width and move imm generating of instr fusion to enq |
e08589a5 | 21-Nov-2023 |
sinsanction <[email protected]> |
EnqEntry, OthersEntry: optimize timing |
aa2b5219 | 20-Nov-2023 |
sinsanction <[email protected]> |
IssueQueue: move enq bypass wakeup to EnqEntry |
59f958d4 | 21-Nov-2023 |
zhanglyGit <[email protected]> |
Backend: optimize IQ timing(ldcancel and flush) |
0030d978 | 20-Nov-2023 |
zhanglyGit <[email protected]> |
Backend: remove unused signals in (BusyTable -> IQ) |
9910ea36 | 17-Nov-2023 |
zhanglyGit <[email protected]> |
Backend: refactor load finalBlock timing |
4fa00a44 | 17-Nov-2023 |
zhanglyGit <[email protected]> |
Backend: refactor load finalBlock timing |
fb445e8d | 16-Nov-2023 |
zhanglyGit <[email protected]> |
Backend: remove cancelNetwork and some cancel false path |
af4bd265 | 15-Nov-2023 |
zhanglyGit <[email protected]> |
Backend: refactor wakeup and cancel timing |
5778f950 | 03-Nov-2023 |
sinsanction <[email protected]> |
IssueQueue: better implementation of enq_ready |
527eefbd | 03-Nov-2023 |
sinsanction <[email protected]> |
IssueQueue: all deq ports use the same AgeDetector |
5a6da888 | 03-Nov-2023 |
sinsanction <[email protected]> |
IssueQueue: reorder the selection of sub deq result, slightly improve performance |
cf4a131a | 01-Nov-2023 |
sinsanction <[email protected]> |
IssueQueue: refactor AgeDetector and oldest selection policy |
ea159d42 | 30-Oct-2023 |
sinsanction <[email protected]> |
IssueQueue: remove deqResp |
f7f73727 | 25-Oct-2023 |
sinsanction <[email protected]> |
IssueQueue: refactor deq policy |
8d081717 | 24-Oct-2023 |
szw_kaixin <[email protected]> |
backend: control dontTouch opcode by debugEn |
66e57d91 | 23-Oct-2023 |
sinsanction <[email protected]> |
IssueQueue: optimize timing - use FuTypeOrR for fuType checking |
40283787 | 18-Oct-2023 |
sinsanction <[email protected]> |
IssueQueue: optimize timing - parameterize deq imms for instruction fusion - refactor deq entry selection |
559c1710 | 15-Dec-2023 |
Haojin Tang <[email protected]> |
Scheduler: connect fake port to all zeros |
56bcaed7 | 15-Dec-2023 |
Haojin Tang <[email protected]> |
Dispatch2Iq: enable dynamic mem deq port selection
* hyu priority for load, by percentage of load instrs among mem instrs
* port priority for load/store, by load pressure of IQ |
1548ca99 | 14-Dec-2023 |
Haojin Tang <[email protected]> |
mdp: enable LFST by default |
59a1db8a | 14-Dec-2023 |
Haojin Tang <[email protected]> |
mdp: connect missing wires |
e77d3114 | 14-Dec-2023 |
Haojin Tang <[email protected]> |
Issue: split LDU0 from STA0 |
c9933825 | 15-Nov-2023 |
Haojin Tang <[email protected]> |
Dispatch2Iq: refactor mem deq ports selection |