Searched defs:numVfSrc (Results 1 – 3 of 3) sorted by relevance
100 def numVfSrc : Int = srcData.map(_.count(x => VecRegSrcDataSet.contains(x))).fold(0)(_ max _) method
39 val numVfSrc: Int = fuConfigs.map(_.numVfSrc).max constant
77 def numVfSrc: Int = exuBlockParams.map(_.numVfSrc).max method