Searched defs:dup (Results 1 – 2 of 2) sorted by relevance
368 def dup(vpn1: UInt, vpn2: UInt): Bool = { method
48 def dup[T <: Data](src: T, num: Int = numDup) = VecInit(Seq.tabulate(num)(n => src)) method