case class VerifyOp(symbol: Symbol, info: Info, message: StringLit, clockTransition: ClockTransitionGetter, predicate: IntExpressionResult, enable: IntExpressionResult, op: firrtl2.ir.Formal.Value, dataStore: DataStore) extends Assigner with Product with Serializable
This handles the processing of coverage statements
- symbol
machine generated symbol for each statement encountered
- info
source information
- message
message associated with statement
- clockTransition
updates clockCount when this is is PosEdge
- predicate
only increments coverCount if this is true
- enable
only increments coverCount if this is true
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- VerifyOp
- Serializable
- Product
- Equals
- Assigner
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new VerifyOp(symbol: Symbol, info: Info, message: StringLit, clockTransition: ClockTransitionGetter, predicate: IntExpressionResult, enable: IntExpressionResult, op: firrtl2.ir.Formal.Value, dataStore: DataStore)
- symbol
machine generated symbol for each statement encountered
- info
source information
- message
message associated with statement
- clockTransition
updates clockCount when this is is PosEdge
- predicate
only increments coverCount if this is true
- enable
only increments coverCount if this is true
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- var clockCount: Long
- val clockTransition: ClockTransitionGetter
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- var coverCount: Long
- val dataStore: DataStore
- val enable: IntExpressionResult
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getRenderMode: Boolean
- Definition Classes
- Assigner
- val info: Info
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isVerbose: Boolean
- Definition Classes
- Assigner
- val message: StringLit
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val op: firrtl2.ir.Formal.Value
- val predicate: IntExpressionResult
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def render: String
- Definition Classes
- Assigner
- def run: FuncUnit
- def setLeanMode(isLean: Boolean): Unit
- Definition Classes
- Assigner
- def setRender(value: Boolean): Unit
- Definition Classes
- Assigner
- def setVerbose(value: Boolean): Unit
- Definition Classes
- Assigner
- val symbol: Symbol
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)