Searched defs:condition (Results 1 – 2 of 2) sorted by relevance
47 def condition(input: Seq[Bool]): Bool = input.reduce(_ && _) method
130 val condition = Input(UInt(XLEN.W)) constant