XNOR

chisel3.util.random.XNOR
object XNOR extends LFSRReduce

Not XOR (exclusive or) reduction operation

Attributes

Source
LFSR.scala
Graph
Supertypes
trait LFSRReduce
trait (Bool, Bool) => Bool
class Object
trait Matchable
class Any
Self type
XNOR.type

Members list

Value members

Concrete methods

def apply(a: Bool, b: Bool): Bool

Attributes

Source
LFSR.scala

Inherited methods

def curried: Bool => Bool => Bool

Attributes

Inherited from:
Function2
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function2 -> Any
Inherited from:
Function2
def tupled: ((Bool, Bool)) => Bool

Attributes

Inherited from:
Function2