When

chisel3.aop.Select.When
case class When(bool: Bool) extends Predicate

Used to represent chisel3.when predicate

Value parameters

bool

the when predicate

Attributes

Source
Select.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Predicate
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def not: WhenNot

Attributes

Source
Select.scala
def serialize: String

Attributes

Source
Select.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product