Home
last modified time | relevance | path

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

/XiangShan/src/test/scala/xiangshan/backend/fu/
H A DVsetRef.scala20 val vsewValue = 1 << vsew + 3 constant
22 val vlmax = (VLEN/vsewValue) * vflmul
24 println("[REF] --- vsewValue: " + vsewValue + " vflmul: " + vflmul + " vlmax: " + vlmax)
26 val villegal = !(vflmul >= 0.125 && vflmul <= 8) || vsewValue > (vflmul min 1.0f) * ELEN || vill