case class ILAProbe(index: Int, width: Int, name: String, probeTriggers: Int) extends Product with Serializable
Captures per-probe metadata used to build various files related to ILA generation and instantiation
- index
index of the probe on the ILA.
- width
bit width of the probe
- name
verilog-compatible string that will be used in the wrapper definition and describes the underlying signal being probed.
- probeTriggers
specifies the number of comparators to be generated for this probe. This will be ignored if CONFIG.ALL_PROBE_SAME_MU_CNT is set.
- Alphabetic
- By Inheritance
- ILAProbe
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ILAProbe(index: Int, width: Int, name: String, probeTriggers: Int)
- index
index of the probe on the ILA.
- width
bit width of the probe
- name
verilog-compatible string that will be used in the wrapper definition and describes the underlying signal being probed.
- probeTriggers
specifies the number of comparators to be generated for this probe. This will be ignored if CONFIG.ALL_PROBE_SAME_MU_CNT is set.
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
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def ilaPortAssignment: String
A connection from wrapper port to the ILA instance
- val index: Int
- def ipConfigString: String
A string that configures the ILA IP elaboration script for this probe
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val probeTriggers: Int
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- 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])
- val width: Int
- def wrapperPortDef: String
A verilog input definition on the generated wrapper module