PropertyBooleanOps

chisel3.properties.PropertyBooleanOps

Operations for Property[Boolean].

Property assertions do not have names or labels - just a condition and message.

Attributes

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

Members list

Value members

Concrete methods

def assert(cond: Property[Boolean], message: String)(implicit sourceInfo: SourceInfo): Unit

Assert that a boolean property holds

Assert that a boolean property holds

Value parameters

cond

the boolean property condition

message

the assertion message to display if the assertion fails

Attributes

Source
Property.scala