case class EventMetadata(portName: String, label: String, description: String, width: Int, opType: PerfCounterOpType) extends AutoCounterConsts with Product with Serializable
Captures target-side information about an annotated event
- portName
- the name of the IF exposed to the bridge by the autocounter transform 
- label
- The user provided AutoCounterFirrtlAnnotation.label prepended with an instance path. 
- description
- A passthrough of AutoCounterFirrtlAnnotation.description 
- width
- The bitwidth of the event 
- opType
- The type of accumulation operation to apply to event 
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EventMetadata
- Serializable
- Product
- Equals
- AutoCounterConsts
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
-    new EventMetadata(portName: String, label: String, description: String, width: Int, opType: PerfCounterOpType)- portName
- the name of the IF exposed to the bridge by the autocounter transform 
- label
- The user provided AutoCounterFirrtlAnnotation.label prepended with an instance path. 
- description
- A passthrough of AutoCounterFirrtlAnnotation.description 
- width
- The bitwidth of the event 
- opType
- The type of accumulation operation to apply to event 
 
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()
 
-    val counterWidth: Int- Definition Classes
- AutoCounterConsts
 
-  val description: String
-   final  def eq(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-   final  def getClass(): Class[_ <: AnyRef]- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
 
-   final  def isInstanceOf[T0]: Boolean- Definition Classes
- Any
 
-  val label: 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 opType: PerfCounterOpType
-  val portName: String
-    def productElementNames: Iterator[String]- Definition Classes
- Product
 
-    def sanitizeDescriptionForCSV(description: String): String- Definition Classes
- AutoCounterConsts
 
-   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