History log of /XiangShan/src/main/scala/xiangshan/backend/fu/vector/Mgu.scala (Results 1 – 17 of 17)
Revision Date Author Comments
# cfc9efe4 15-Jul-2024 Ziyue Zhang <[email protected]>

rv64v: fix mask control for vector compare instructions (#3202)


# 54cc3a06 15-Jun-2024 Tang Haojin <[email protected]>

ci: add simple xprop test through vcs (#3071)


# 79d52256 17-Apr-2024 chengguanghui <[email protected]>

FU: fix mgu for body elements's agnostic

* Modify the signal names about divided vector elements to be consistent with RVV Spec.

(cherry picked from commit 81cbff077dfbdc9bccc3bcfb47d9666617c23f0e)


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

VldMergeUnit, Mgu: add VldMgu


# 904d2184 29-Dec-2023 Ziyue Zhang <[email protected]>

rv64v: fix vxsat and vd compute for fixed-point instruction


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

Mgu: fix element width that each bit in mask stands for

For vector indexed loads/stores, data width equals sew instead of
eew. So each one bit stands for sew-width data in vmask.


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

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


# 494bf430 06-Nov-2023 zhanglinjuan <[email protected]>

Mgu: move activeEn and tailEn into ByteMaskTailGen without truncating
vstart and vl


# c33d4a9e 16-Oct-2023 Xuan Hu <[email protected]>

vector: convert mgu's assertion to EX_II


# 6ce10964 12-Oct-2023 Xuan Hu <[email protected]>

fix merge errors


# 83ba63b3 11-Oct-2023 Xuan Hu <[email protected]>

fix merge error


# b3e2881c 04-Sep-2023 xiaofeibao-xjtu <[email protected]>

assert: mgu's vl must <= vlmax


# 1a6cfb3d 26-Jun-2023 xgkiri <[email protected]>

fix: use mask to generate the vxsat


# cdf8c16c 26-Jun-2023 xgkiri <[email protected]>

modify the fix-point vector alu wrapper and mgu


# 3c14c53a 26-May-2023 Xuan Hu <[email protected]>

vector: fix Mgu error

* Width of vlMapVdIdx should be 4-bit, because vl can equal to VLEN. In this case, vlMapVdIdx is 8.


# f1f37ec2 26-May-2023 Xuan Hu <[email protected]>

vector: update Mgu


# ff38b6c7 23-May-2023 Xuan Hu <[email protected]>

vector: move Mgu