Searched defs:pipeMap (Results 1 – 2 of 2) sorted by relevance
52 def pipeMap[T <: Data](f: Int => T) = VecInit((0 until 3).map(f)) method
277 def pipeMap[T <: Data](f: Int => T) = VecInit((0 until LoadPipelineWidth).map(f)) method