AndEach

chisel3.AndEach
object AndEach

Attributes

Source
LogicalEach.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
AndEach.type

Members list

Value members

Inherited methods

def apply[T <: Data](cond: Bool, data: T)(using SourceInfo): T

Wide logical operator. Every bit of data is combined with the Boolean operand.

Wide logical operator. Every bit of data is combined with the Boolean operand.

Value parameters

cond

Bool operand to be applied to each bit of the input data

data

the data to be qualified by the control signal

Attributes

Example
val dataQualified = AndEach(enable, value)
Inherited from:
LogicalEachIntf (hidden)
Source
LogicalEachIntf.scala