3748ec56 | 11-Jul-2023 |
xiaofeibao-xjtu <[email protected]> |
exu:vfalu support vfwadd.vv/vf/wv/wf |
684d7ace | 07-Jul-2023 |
xiaofeibao-xjtu <[email protected]> |
exu: vfadd.vf uopSplite |
c3875ade | 07-Jul-2023 |
sinsanction <[email protected]> |
vector: move isVector & isVfp to FuType |
567f0269 | 25-Jun-2023 |
sinsanction <[email protected]> |
vector: add VecExceptionGen in decode unit |
ad22c988 | 03-Jul-2023 |
Ziyue Zhang <[email protected]> |
vector: add the connection for permutation |
efdf5c1c | 03-Jul-2023 |
xiaofeibao-xjtu <[email protected]> |
exu:add vfalu vfma vfdivsqrt |
9896b9c4 | 11-Jun-2023 |
fdy <[email protected]> |
Vset: fix two bugs
1. The decoding information of the vset instruction is wrong. 2. Function "connectNonPipedCtrlSingal" should only be used in non-piped fu not in VSET. |
8fb63ad6 | 28-May-2023 |
Xuan Hu <[email protected]> |
vector: fix uop split type of vsmul.vx |
87dd4e0d | 26-May-2023 |
zhanglyGit <[email protected]> |
fix: fix a refactor bug in DecodeUnitComp |
7f9f0a79 | 25-May-2023 |
zhanglyGit <[email protected]> |
Decode: optimize isComplex generating logic |
189ec863 | 25-May-2023 |
zhanglyGit <[email protected]> |
Decode: merge DecodeUnitComplex to DecodeUnitComp |
98cfe81b | 23-May-2023 |
xgkiri <[email protected]> |
mod: refactor the code of encoding |
4ee69032 | 24-May-2023 |
zhanglyGit <[email protected]> |
VldIssue: backend support Vld issue |
d2b20d1a | 02-Jun-2023 |
Tang Haojin <[email protected]> |
top-down: align top-down with Gem5 (#2085)
* topdown: add defines of topdown counters enum
* redirect: add redirect type for perf
* top-down: add stallReason IOs
frontend -> ctrlBlock -> de
top-down: align top-down with Gem5 (#2085)
* topdown: add defines of topdown counters enum
* redirect: add redirect type for perf
* top-down: add stallReason IOs
frontend -> ctrlBlock -> decode -> rename -> dispatch
* top-down: add dummy connections
* top-down: update TopdownCounters
* top-down: imp backend analysis and counter dump
* top-down: add HartId in `addSource`
* top-down: broadcast lqIdx of ROB head
* top-down: frontend signal done
* top-down: add memblock topdown interface
* Bump HuanCun: add TopDownMonitor
* top-down: receive and handle reasons in dispatch
* top-down: remove previous top-down code
* TopDown: add MemReqSource enum
* TopDown: extend mshr_latency range
* TopDown: add basic Req Source
TODO: distinguish prefetch
* dcache: distinguish L1DataPrefetch and CPUData
* top-down: comment out debugging perf counters in ibuffer
* TopDown: add path to pass MemReqSource to HuanCun
* TopDown: use simpler logic to count reqSource and update Probe count
* frontend: update topdown counters
* Update HuanCun Topdown for MemReqSource
* top-down: fix load stalls
* top-down: Change the priority of different stall reasons
* top-down: breakdown OtherCoreStall
* sbuffer: fix eviction
* when valid count reaches StoreBufferSize, do eviction
* sbuffer: fix replaceIdx
* If the way selected by the replacement algorithm cannot be written into dcache, its result is not used.
* dcache, ldu: fix vaddr in missqueue
This commit prevents the high bits of the virtual address from being truncated
* fix-ldst_pri-230506
* mainpipe: fix loadsAreComing
* top-down: disable dedup
* top-down: remove old top-down config
* top-down: split lq addr from ls_debug
* top-down: purge previous top-down code
* top-down: add debug_vaddr in LoadQueueReplay
* add source rob_head_other_repay
* remove load_l1_cache_stall_with/wihtou_bank_conflict
* dcache: split CPUData & refill latency
* split CPUData to CPUStoreData & CPULoadData & CPUAtomicData
* monitor refill latency for all type of req
* dcache: fix perfcounter in mq
* io.req.bits.cancel should be applied when counting req.fire
* TopDown: add TopDown for CPL2 in XiangShan
* top-down: add hartid params to L2Cache
* top-down: fix dispatch queue bound
* top-down: no DqStall when robFull
* topdown: buspmu support latency statistic (#2106)
* perf: add buspmu between L2 and L3, support name argument
* bump difftest
* perf: busmonitor supports latency stat
* config: fix cpl2 compatible problem
* bump utility
* bump coupledL2
* bump huancun
* misc: adapt to utility key&field
* config: fix key&field source, remove deprecated argument
* buspmu: remove debug print
* bump coupledl2&huancun
* top-down: fix sq full condition
* top-down: classify "lq full" load bound
* top-down: bump submodules
* bump coupledL2: fix reqSource in data path
* bump coupledL2
---------
Co-authored-by: tastynoob <[email protected]>
Co-authored-by: Guokai Chen <[email protected]>
Co-authored-by: lixin <[email protected]>
Co-authored-by: XiChen <[email protected]>
Co-authored-by: Zhou Yaoyang <[email protected]>
Co-authored-by: Lyn <[email protected]>
Co-authored-by: wakafa <[email protected]>
show more ...
|
9eaaa75d | 21-May-2023 |
Xuan Hu <[email protected]> |
vector: update decoder |
d6f9198f | 21-May-2023 |
Xuan Hu <[email protected]> |
rat: add separated ldest read port for vector insts |
39c388b5 | 20-May-2023 |
Xuan Hu <[email protected]> |
vector: add mask dst data path |
94e7468c | 19-May-2023 |
Xuan Hu <[email protected]> |
vector: fix reverse signal |
f1e8fcb2 | 19-May-2023 |
Xuan Hu <[email protected]> |
backend: fix error in uop counter
* Set uopNum at rob's enq instead of using enqCnt to avoid committing before all uop enq. * There are many uops mapped to the same robIdx. When some of the uops ent
backend: fix error in uop counter
* Set uopNum at rob's enq instead of using enqCnt to avoid committing before all uop enq. * There are many uops mapped to the same robIdx. When some of the uops enter rob, while others blocked at rename stage for the lack of free regfiles, committing before all uop enq would happen. * Distinguish std wb status as before
show more ...
|
42475509 | 18-May-2023 |
Xuan Hu <[email protected]> |
vector: add scala data duplicated to vector data path |
602c81c3 | 18-May-2023 |
Xuan Hu <[email protected]> |
isa-riscv: add Vector CATEGORY fields |
996aacc9 | 18-May-2023 |
Xuan Hu <[email protected]> |
backend: fix vector rename |
75e2c883 | 17-May-2023 |
Xuan Hu <[email protected]> |
vector: add decode fields for vector |
fe60541b | 16-May-2023 |
Xuan Hu <[email protected]> |
vector: fix vconfig idx |
3ebdf758 | 22-May-2023 |
Xuan Hu <[email protected]> |
backend: comments vector units temporarily |