1637b4af | 25-Oct-2020 |
Yinan Xu <[email protected]> |
mem,backend: use RoqPtr for oldestStore and update to new lsq |
bbb63ef4 | 25-Oct-2020 |
Yinan Xu <[email protected]> |
Merge branch 'dev-lsroq' into opt-dispatchqueue |
4fb541a1 | 25-Oct-2020 |
Yinan Xu <[email protected]> |
mem,lsq: remove instIsStore and use commitType instead |
1279060f | 25-Oct-2020 |
William Wang <[email protected]> |
[WIP] LoadPipeline: reduce load to use latency |
3dbae6f8 | 23-Oct-2020 |
Yinan Xu <[email protected]> |
Merge remote-tracking branch 'origin/master' into dev-lsroq |
7962cc88 | 23-Oct-2020 |
William Wang <[email protected]> |
Merge remote-tracking branch 'origin/opt-load-to-use' into dev-memend |
576f6279 | 23-Oct-2020 |
Yinan Xu <[email protected]> |
Merge remote-tracking branch 'origin/master' into perf-debug |
77937431 | 21-Oct-2020 |
Yinan Xu <[email protected]> |
dispatch queue: fix ptr update logic |
42707b3b | 21-Oct-2020 |
Yinan Xu <[email protected]> |
roqIdx: use CircularQueuePtr |
6f2bcb99 | 21-Oct-2020 |
Yinan Xu <[email protected]> |
dispatch queue: support !isPower2(size) |
185e8566 | 20-Oct-2020 |
William Wang <[email protected]> |
[WIP] Lsq: temporarily replace lsroqIdx with lq/sqIdx |
49cdb253 | 20-Oct-2020 |
Yinan Xu <[email protected]> |
Merge remote-tracking branch 'origin/master' into perf-debug |
9f334fda | 15-Oct-2020 |
Yinan Xu <[email protected]> |
dispatch queue: dequeue after the oldest store instruction writes back |
aaea71ba | 13-Oct-2020 |
Yinan Xu <[email protected]> |
Merge remote-tracking branch 'origin/master' into perf-debug |
3ebc7cde | 13-Oct-2020 |
Yinan Xu <[email protected]> |
dispatch: support reservation stations for load/store |
d83e7869 | 12-Oct-2020 |
LinJiawei <[email protected]> |
[WIP] New Arch: rewrite backend top module
TODO: 1. fix dispatch 2. support replay in reservation stations 3. refactor lsroq/dcache |
0053432d | 11-Oct-2020 |
LinJiawei <[email protected]> |
[WIP] Lsroq: fix MMIO's bug |
bfaa63b3 | 20-Sep-2020 |
linjiawei <[email protected]> |
Dispatch2Ls: fix srcState's bug |
7b2bea82 | 14-Sep-2020 |
Yinan Xu <[email protected]> |
Merge remote-tracking branch 'origin/master' into perf-debug |
21cffc97 | 10-Sep-2020 |
Yinan Xu <[email protected]> |
pc: SignExt to XLEN for pc as imm and pc for difftest |
d0b8aa5b | 09-Sep-2020 |
Allen <[email protected]> |
Dispatch: Don't let mou instructions enter lsroq. If they entered lsroq, they will stay there and never freed. |
dcd7dfa3 | 06-Sep-2020 |
ZhangZifei <[email protected]> |
Dispatch2Int: remove mdfu from Dispatch2Int |
fec47d09 | 05-Sep-2020 |
ZhangZifei <[email protected]> |
Dispatch: add mulDivFenceExecUnit to dispatchInt && fix bug of isFlushPipe |
45a56a29 | 05-Sep-2020 |
ZhangZifei <[email protected]> |
Roq: add flush pipe logic for fence instr |
32c22eae | 04-Sep-2020 |
Yinan Xu <[email protected]> |
logutils: add PERF type |