a165bd69 | 25-Jan-2021 |
wangkaifan <[email protected]> |
difftest: support dual-core difftest signal in-core * should be compatible with single core difftest framework |
763bc15d | 23-Jan-2021 |
William Wang <[email protected]> |
LoadQueue: remove commited state flag |
eda24357 | 24-Jan-2021 |
William Wang <[email protected]> |
LSQ: remove validCounter |
2d7c7105 | 25-Jan-2021 |
Yinan Xu <[email protected]> |
redirect: split conditional redirect and unconditional redirect |
2199a01c | 25-Jan-2021 |
Allen <[email protected]> |
Merge branch 'master' of github.com:RISCVERS/XiangShan into L1DCacheReTest |
39601fea | 24-Jan-2021 |
William Wang <[email protected]> |
LSQ: delay commit related op for one cycle |
743bc277 | 24-Jan-2021 |
Allen <[email protected]> |
L1DCache: a complete rewrite. Now, it can compile. |
246ba5f0 | 23-Jan-2021 |
William Wang <[email protected]> |
LoadQueue: remove commited state flag |
744c623c | 22-Jan-2021 |
Lingrui98 <[email protected]> |
ftq and all: now we can compile |
72c7083b | 22-Jan-2021 |
Yinan Xu <[email protected]> |
Merge pull request #478 from RISCVERS/fix-lq
LoadQueue: fix lq writeback uop read logic |
113fe51f | 22-Jan-2021 |
William Wang <[email protected]> |
LoadQueue: simplify wb sel logic |
dfcfec89 | 22-Jan-2021 |
William Wang <[email protected]> |
Merge remote-tracking branch 'origin/master' into opt-replay |
e228b724 | 22-Jan-2021 |
William Wang <[email protected]> |
MemBlock: give rollback check an extra cycle |
51eb1744 | 22-Jan-2021 |
William Wang <[email protected]> |
LoadQueue: fix lq writeback uop read logic |
0a49c49d | 21-Jan-2021 |
William Wang <[email protected]> |
LoadQueue: remove miss req gen logic |
bae426e9 | 20-Jan-2021 |
William Wang <[email protected]> |
Merge pull request #461 from RISCVERS/opt-lq-sync-read
LoadQueueData: use sync read |
b1dec341 | 20-Jan-2021 |
William Wang <[email protected]> |
Merge pull request #451 from RISCVERS/opt-sq-sbuffer
StoreQueue: read sbuffer data 1 cycle earlier |
59a7acd8 | 20-Jan-2021 |
William Wang <[email protected]> |
LoadQueueData: use sync read |
a300b697 | 20-Jan-2021 |
William Wang <[email protected]> |
StoreQueueData: use sync read |
d21a337a | 19-Jan-2021 |
William Wang <[email protected]> |
StoreQueue: use deqPtrExtNext to read dataModule |
d8459212 | 19-Jan-2021 |
Yinan Xu <[email protected]> |
Merge pull request #450 from RISCVERS/opt-lq-wbsel
LoadQueue: opt writeback select timing |
cae7943b | 19-Jan-2021 |
William Wang <[email protected]> |
LoadQueue: fix loadEvenSelVec gen logic |
219147e1 | 19-Jan-2021 |
Yinan Xu <[email protected]> |
Merge pull request #453 from RISCVERS/fix-sbuffer-sqempty
sbuffer: add sq empty check |
2dcbb932 | 18-Jan-2021 |
William Wang <[email protected]> |
sbuffer: add sq empty check
When sbuffer checks if it is empty, it needs to check if sq is also empty so there is no pending store. Errors will emerge rarely if we do not check sq. |
308973fd | 18-Jan-2021 |
William Wang <[email protected]> |
Merge branch 'opt-lq-wbsel' of https://github.com/RISCVERS/XiangShan into opt-lq-wbsel |