Searched refs:vtypeStruct (Results 1 – 2 of 2) sorted by relevance
56 def fromVtypeStruct(vtypeStruct: VtypeStruct)(implicit p: Parameters): VType = {58 res.illegal := vtypeStruct.vill59 res.vma := vtypeStruct.vma60 res.vta := vtypeStruct.vta61 res.vsew := vtypeStruct.vsew(VSew.width - 1, 0)62 res.vlmul := vtypeStruct.vlmul111 def fromVtypeStruct(vtypeStruct: VtypeStruct)(implicit p: Parameters): VsetVType = {113 res.illegal := vtypeStruct.vill114 res.vma := vtypeStruct.vma115 res.vta := vtypeStruct.vta[all …]
34 val vtypeStruct = WireInit(0.U.asTypeOf(new VtypeStruct())) constant35 vtypeStruct := VType.toVtypeStruct(io.in.vtype)36 vtypeStruct.reserved := io.in.avl38 vtypeStruct.vill := false.B51 vsetRiWi.io.in.bits.data.src(1) := vtypeStruct.asUInt59 vsetRiWvf.io.in.bits.data.src(1) := vtypeStruct.asUInt69 ….in.bits.data.src(1) := Mux(VSETOpType.isVsetvl(io.in.func), vtypeStruct.asUInt, vtypeStruct.asUIn…