History log of /XiangShan/src/main/scala/xiangshan/backend/datapath/VldMergeUnit.scala (Results 1 – 20 of 20)
Revision Date Author Comments
# 37dc3394 15-Dec-2024 xiaofeibao <[email protected]>

timing(vldMgu): fix timing of wbReg's gate enable


# 64446756 02-Oct-2024 Anzooooo <[email protected]>

fix(fof, vldMergeUncit): vl writeback using raw data

For the uop whose vl is modified by first-only-fault, the data written back can be used directly.


# 140150aa 04-Jul-2024 Xuan Hu <[email protected]>

VldMgu: let mask be all 1s when vm is 1


# 618b89e6 12-Jun-2024 lewislzh <[email protected]>

Backend fixtiming: fix rab/exuwb/wbtorob timing (#3032)

rab:
fix commit/walk/special walk Count from popcount to priority mux
exuwb:
fix exuwb Nto1 logic: add int/fp/vec 3 wbpath to wbarbite

Backend fixtiming: fix rab/exuwb/wbtorob timing (#3032)

rab:
fix commit/walk/special walk Count from popcount to priority mux
exuwb:
fix exuwb Nto1 logic: add int/fp/vec 3 wbpath to wbarbiter
wbtorob:
fix writebacknum count: delete extra count for exu which cannot be compressed

show more ...


# 45d40ce7 30-May-2024 sinsanction <[email protected]>

WbDataPath: support v0 & vl split


# 84286fdb 21-Apr-2024 Anzooooo <[email protected]>

VldMergeUnit, Mgu: add VldMgu


# 81535d7b 15-Mar-2024 sinsanction <[email protected]>

Backend: remove unused extra RF read ports, connect real commit vtype to VTypeGen


# 78d8a599 11-Mar-2024 Ziyue Zhang <[email protected]>

rv64v: fix vl signal of mgu in VldMergeUnit


# c90e3eac 26-Jan-2024 Ziyue Zhang <[email protected]>

rv64v: fix uop spilt and mask generate for vlm


# dbc1c7fc 15-Nov-2023 zhanglinjuan <[email protected]>

VldMergeUnit: use vdIdx inside a field to generate mask


# 92c6b7ed 08-Nov-2023 zhanglinjuan <[email protected]>

Mgu: use sew as element width instead of eew for indexed loads/stores


# 46908ecf 06-Nov-2023 Xuan Hu <[email protected]>

backend,param: merge vldu and vstu into one exu


# 382346a1 05-Nov-2023 zhanglinjuan <[email protected]>

backend,mem: read old vd of vector loads at issue instead of vldMgu


# a9df4e86 02-Nov-2023 zhanglinjuan <[email protected]>

VldMergeUnit: vecWen should always be true


# caa6eb92 01-Nov-2023 Xuan Hu <[email protected]>

backend: fix vldMergeUnit


# 98d3cb16 31-Oct-2023 Xuan Hu <[email protected]>

backend: fix VldMergeUnit


# 7b512619 31-Oct-2023 zhanglinjuan <[email protected]>

VldMergeUnit: fix bug in handshake


# 9fa41c27 31-Oct-2023 zhanglinjuan <[email protected]>

VldMergeUnit: fix flush logic


# 1f3d1b4d 26-Oct-2023 Xuan Hu <[email protected]>

fix compile error


# e703da02 08-Oct-2023 zhanglyGit <[email protected]>

Backend: WBDataPath and ROB support vlsu(vld res merge and exceptionGen)