b8475955 | 01-Apr-2024 |
zhanglyGit <[email protected]> |
Backend: remove vf wb wakeup |
ce0223b5 | 01-Apr-2024 |
xiao feibao <[email protected]> |
fixbug: fp wakeup |
4fa640e4 | 29-Mar-2024 |
sinsanction <[email protected]> |
IssueQueue, BypassNetwork: add 1 cycle delay when writing back to vf regfile |
55cbdb85 | 29-Mar-2024 |
sinsanction <[email protected]> |
IssueQueue: remove unused srcTimer |
e3ef3537 | 29-Mar-2024 |
sinsanction <[email protected]> |
IssueQueue: refactor wakeup & cancel perf counter |
d280e426 | 26-Mar-2024 |
lewislzh <[email protected]> |
Backend: add some xsperf |
d2fb0dcd | 26-Mar-2024 |
zhanglyGit <[email protected]> |
IssueQueue: remove unused logic of loadDependency gen |
6d56ac16 | 26-Mar-2024 |
sinsanction <[email protected]> |
DecodeUnit, IssueQueue: fp instructions do not read v0 & vconfig |
c38df446 | 25-Mar-2024 |
zhanglyGit <[email protected]> |
Backend: vf instr add Og2 stage (#2810)
* Backend: vf instr add Og2 stage
* Update ExeUnitParams.scala
---------
Co-authored-by: zhanglyGit <[email protected]> |
49f433de | 02-Apr-2024 |
Xuan Hu <[email protected]> |
Backend: use no-split fusion-imm implementation
* The width of immediate number is expand to 32 bits to fit the requirement of long data width. * Remove the lsrc bundle in DynInst |
29dbac5a | 15-Mar-2024 |
sinsanction <[email protected]> |
Backend: remove unused pcMem read for exu in CtrlBlock (moved to PcTargetMem (OG0)) |
44b4e5f5 | 09-Mar-2024 |
xiaofeibao-xjtu <[email protected]> |
fix timing: remove enqValidCnt |
4243aa09 | 08-Mar-2024 |
sinceforYy <[email protected]> |
IssueQueue: add clock gating |
3e7f92e5 | 07-Mar-2024 |
sinceforYy <[email protected]> |
Backend: remove useless comment |
5f8b6c9e | 07-Mar-2024 |
sinceforYy <[email protected]> |
Backend: add clock gating to valid singal |
41dbbdfd | 04-Mar-2024 |
sinceforYy <[email protected]> |
Backend: add enable signal to RegNext |
41a5d0e6 | 07-Mar-2024 |
Ziyue Zhang <[email protected]> |
issueQueue: fix vld cannot clear the validReg siganl after issued * fix resp signal for vector load/store * hold the canIssueVec when vector load/store instruction is not the oldest uop
Co-Authored-
issueQueue: fix vld cannot clear the validReg siganl after issued * fix resp signal for vector load/store * hold the canIssueVec when vector load/store instruction is not the oldest uop
Co-Authored-By: sinsanction <[email protected]>
show more ...
|
dab3b192 | 06-Mar-2024 |
sinsanction <[email protected]> |
IssueQueue: use deqDelay to count validCntDeqVec for better timing |
e5feb625 | 20-Feb-2024 |
xiaofeibao-xjtu <[email protected]> |
backend: move og0 cancel from IQ to DataPath |
0438e8f4 | 04-Mar-2024 |
Haojin Tang <[email protected]> |
MemBlock: support 3ld2st |
7b61605a | 01-Mar-2024 |
zhanglyGit <[email protected]> |
IssueQueue: remove wbWakeup From exuOHGen |
31386625 | 01-Mar-2024 |
sinsanction <[email protected]> |
IssueQueue, BypassNetwork: fix fused_lui_load in HybridUnit |
e07131b2 | 01-Mar-2024 |
sinsanction <[email protected]> |
IssueQueue: remove vecStd, refactor iq params, remove unused mem blocked signals |
17985fbb | 01-Feb-2024 |
Ziyue Zhang <[email protected]> |
rv64v: fix vxrm and frm connection for vector instructions |
7e30d16c | 31-Jan-2024 |
Zhaoyang You <[email protected]> |
Zvbb: support Zvbb instruction (#2686)
* support vandn,vbrev,vbrev8,vrev8,vclz,vctz,vcpop,vrol,vror,vwsll * bump yunsuan: support Zvbb |