Home
last modified time | relevance | path

Searched refs:vtypeStruct (Results 1 – 2 of 2) sorted by relevance

/XiangShan/src/main/scala/xiangshan/backend/fu/vector/
H A DBundles.scala56 def fromVtypeStruct(vtypeStruct: VtypeStruct)(implicit p: Parameters): VType = {
58 res.illegal := vtypeStruct.vill
59 res.vma := vtypeStruct.vma
60 res.vta := vtypeStruct.vta
61 res.vsew := vtypeStruct.vsew(VSew.width - 1, 0)
62 res.vlmul := vtypeStruct.vlmul
111 def fromVtypeStruct(vtypeStruct: VtypeStruct)(implicit p: Parameters): VsetVType = {
113 res.illegal := vtypeStruct.vill
114 res.vma := vtypeStruct.vma
115 res.vta := vtypeStruct.vta
[all …]
/XiangShan/src/test/scala/xiangshan/backend/fu/
H A DVsetTop.scala34 val vtypeStruct = WireInit(0.U.asTypeOf(new VtypeStruct())) constant
35 vtypeStruct := VType.toVtypeStruct(io.in.vtype)
36 vtypeStruct.reserved := io.in.avl
38 vtypeStruct.vill := false.B
51 vsetRiWi.io.in.bits.data.src(1) := vtypeStruct.asUInt
59 vsetRiWvf.io.in.bits.data.src(1) := vtypeStruct.asUInt
69 ….in.bits.data.src(1) := Mux(VSETOpType.isVsetvl(io.in.func), vtypeStruct.asUInt, vtypeStruct.asUIn…