WhenNot

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

Used to represent the otherwise predicate of a chisel3.when

Value parameters

bool

the when predicate corresponding to this otherwise 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: When

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