1a1319cb | 20-Dec-2020 |
LinJiawei <[email protected]> |
Merge branch 'origin/master' into hardfloat |
6ed73282 | 18-Dec-2020 |
ZhangZifei <[email protected]> |
RS: fix bug of rs redirect bug of stateQueue |
f4f72af8 | 13-Dec-2020 |
LinJiawei <[email protected]> |
[WIP] change data witdh to XLEN+1 in rs |
43913318 | 11-Dec-2020 |
Yinan Xu <[email protected]> |
dispatch: remove replay logic |
e5d7eae2 | 05-Dec-2020 |
ZhangZifei <[email protected]> |
RS-new: use CirCularQueuePtr |
cd0d90d5 | 22-Nov-2020 |
ZhangZifei <[email protected]> |
RS-sep: fast wakeup becomes more restrict: never block
one cycle is not enough for fast wakeup for fast wakeup now need never block to shorten latency |
2e25d3f8 | 22-Nov-2020 |
ZhangZifei <[email protected]> |
RS-sep: when enable fast wakeup, set stateQueue at select stage |
226e0fef | 22-Nov-2020 |
ZhangZifei <[email protected]> |
RS-sep: send part do not check redirect |
48d77e84 | 22-Nov-2020 |
ZhangZifei <[email protected]> |
RS-sep: continue last bug, old bpHit override enqBphit |
2e84857d | 22-Nov-2020 |
ZhangZifei <[email protected]> |
RS-sep: add more log to enqCtrl |
92a2caf5 | 22-Nov-2020 |
ZhangZifei <[email protected]> |
RS-sep: fix bug of data's old bphit override enq bphit |
a99312e1 | 21-Nov-2020 |
ZhangZifei <[email protected]> |
RS-sep: fix bug of srcQueue idx when moveMask is true |
392105f6 | 21-Nov-2020 |
ZhangZifei <[email protected]> |
RS-sep: fix bug of enq bypass hit check, add valid to it |
25ed226c | 21-Nov-2020 |
ZhangZifei <[email protected]> |
RS-sep: fix bug of srcUpdate's idx mode |
330cb4af | 21-Nov-2020 |
ZhangZifei <[email protected]> |
RS-sep: fix bug of readyQueue and log print condition |
95776b97 | 21-Nov-2020 |
ZhangZifei <[email protected]> |
RS-sep: fix bug of log |
5f0b3f60 | 21-Nov-2020 |
ZhangZifei <[email protected]> |
RS-sep: fix bug of srcState usage |
8180f893 | 21-Nov-2020 |
ZhangZifei <[email protected]> |
RS-sep: add many log |
66be6830 | 21-Nov-2020 |
ZhangZifei <[email protected]> |
RS-sep: fix syntax bug of bpQueue flush |
33ed1463 | 21-Nov-2020 |
ZhangZifei <[email protected]> |
RS-sep: cut long log into several line |
8bf96188 | 21-Nov-2020 |
ZhangZifei <[email protected]> |
RS-sep: move bpQueue.out's flush out the module for opt |
26aad226 | 16-Nov-2020 |
ZhangZifei <[email protected]> |
RS-sep: refactor, move listen/uop/redirect/feedback to rsData |
83ed0f44 | 16-Nov-2020 |
ZhangZifei <[email protected]> |
RS-sep: ctrl send deqPtr one cycle earlier to data |
8ae7a1ab | 16-Nov-2020 |
ZhangZifei <[email protected]> |
RS-sep: fix bug:uop deq of data part.add some log, change rs log name |
69a19db4 | 16-Nov-2020 |
ZhangZifei <[email protected]> |
rs-sep: fix bug of RSData.deq.uop |