History log of /XiangShan/src/main/scala/xiangshan/backend/fu/wrapper/VCVT.scala (Results 1 – 20 of 20)
Revision Date Author Comments
# ac5be754 06-Mar-2025 junxiong-ji <[email protected]>

chore(fu): delete redundant code in VCVT (#4328)


# c0a99c00 19-Sep-2024 Guanghui Cheng <[email protected]>

fix(VCVT): disable logic about scalar move instructions. (#3607)


# 20b2b626 26-Aug-2024 sinceforYy <[email protected]>

feat(riscv64): Support RISC-V Zfa extension

* Support fli.{h.s.d}, fminm.{h.s.d}, fmaxm.{h.s.d}
* Support fround.{h.s.d}, froundnx.{h.s.d}, fcvtmod.w.d
* Support fleq.{h.s.d}, fltq.{h.s.d}


# 021f6af6 05-Aug-2024 chengguanghui <[email protected]>

FU: fix generation of fflags in VCVT fu


# bb2f3f51 12-Jul-2024 Tang Haojin <[email protected]>

perf: use perfUtils in `Utility` (#3190)

Currently, log and perf utilities such as `XSPerfAccumulate` are
implemented in many repositories like XiangShan, CoupledL2 and HuanCun.
This PR unifies th

perf: use perfUtils in `Utility` (#3190)

Currently, log and perf utilities such as `XSPerfAccumulate` are
implemented in many repositories like XiangShan, CoupledL2 and HuanCun.
This PR unifies them and put them in Utility repository.

show more ...


# e03e0c5b 20-Jun-2024 Ziyue Zhang <[email protected]>

rv64v: fix the wrong dependency caused by uop split


# 2d12882c 09-Jun-2024 xiaofeibao <[email protected]>

FuConfig: split dataBits into destDataBits and srcDataBits for distinguish input and output data width


# 572278fa 18-Mar-2024 Ziyue Zhang <[email protected]>

float: use VCVT module for all fcvt instructions
Co-authored-by: chengguanghui <[email protected]>


# c6efb121 18-Mar-2024 Ziyue Zhang <[email protected]>

float: fix read rouding mode which is ecnoded in the float instruction


# 9626da3a 08-Apr-2024 chengguanghui <[email protected]>

FU: fix vfcvt & bump yunsuan


# 5f8b6c9e 07-Mar-2024 sinceforYy <[email protected]>

Backend: add clock gating to valid singal


# e8e02b74 19-Feb-2024 sinceforYy <[email protected]>

rv64v: add fire sign as enable of RegNext


# 8d081717 24-Oct-2023 szw_kaixin <[email protected]>

backend: control dontTouch opcode by debugEn


# 17f57ffd 10-Jan-2024 Ziyue Zhang <[email protected]>

rv64v: fix data merge for fp narrow convert instructions


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

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


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

vector: convert mgu's assertion to EX_II


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

fix merge error


# ba899681 29-Sep-2023 chengguanghui <[email protected]>

bump & rm useless code


# 9d3cebe7 28-Sep-2023 chengguanghui <[email protected]>

vfcvt rtl: fixed cvt fu


# 66c73034 25-Sep-2023 chengguanghui <[email protected]>

bump yunsuan