object VCD extends Serializable
This effective stage main exercises vcd reading and optionally writing and depending up filtering options can pull out only those change values that are specific to a particular module
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- VCD
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class WordIterator extends Iterator[String]
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
- val CommentDeclaration: String
- val DateDeclaration: String
- val DumpVarsDeclaration: String
- val End: String
- val EndDefinitionsDeclaration: String
- val EndSection: Regex
- val JustScoped: Regex
- val ScopeDeclaration: String
- val ScopedModule: Regex
- val SectionHeader: Regex
- val TimeScaleDeclaration: String
- val TimeStamp: Regex
- val UpScopeDeclaration: String
- val ValueChangeScalar: Regex
- val ValueChangeVector: Regex
- val ValueChangeVectorX: Regex
- val VarDeclaration: String
- val VarSpec: Regex
- val Version: String
- val VersionDeclaration: String
- def apply(moduleName: String, timeScale: String = "1ns", comment: String = "", showUnderscoredNames: Boolean = false): VCD
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val idChars: Seq[String]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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 numberOfIdChars: Int
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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)