LFSRReduce

chisel3.util.random.LFSRReduce
sealed trait LFSRReduce extends (Bool, Bool) => Bool

A reduction operation for an LFSR.

Attributes

See also
Source
LFSR.scala
Graph
Supertypes
trait (Bool, Bool) => Bool
class Object
trait Matchable
class Any
Known subtypes
object XNOR
object XOR

Members list

Value members

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

Inherited and Abstract methods

def apply(v1: Bool, v2: Bool): Bool

Attributes

Inherited from:
Function2