Packages

object VCD extends LazyLogging with Serializable

Source
VCD.scala
Linear Supertypes
Serializable, Serializable, LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VCD
  2. Serializable
  3. Serializable
  4. LazyLogging
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class WordIterator extends Iterator[String]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val CommentDeclaration: String
  5. val DateDeclaration: String
  6. val DumpVarsDeclaration: String
  7. val End: String
  8. val EndDefinitionsDeclaration: String
  9. val EndSection: Regex
  10. val JustScoped: Regex
  11. val ScopeDeclaration: String
  12. val ScopedModule: Regex
  13. val SectionHeader: Regex
  14. val TimeScaleDeclaration: String
  15. val TimeStamp: Regex
  16. val UpScopeDeclaration: String
  17. val ValueChangeScalar: Regex
  18. val ValueChangeVector: Regex
  19. val ValueChangeVectorX: Regex
  20. val VarDeclaration: String
  21. val VarSpec: Regex
  22. val Version: String
  23. val VersionDeclaration: String
  24. def apply(moduleName: String, timeScale: String = "1ns", comment: String = "", showUnderscoredNames: Boolean = false): VCD
  25. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  26. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  29. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. val idChars: Seq[String]
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
  35. def main(args: Array[String]): Unit

    This 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

    This 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

    args

    command lines strings use --help to see what they are

  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. val numberOfIdChars: Int
  40. def read(vcdFile: String, startScope: String = "", renameStartScope: String = "", varPrefix: String = "", newVarPrefix: String = ""): VCD

    Read and parse the specified vcd file, producing a VCD data structure

    Read and parse the specified vcd file, producing a VCD data structure

    vcdFile

    name of file to parse

    varPrefix

    only retain vars that contain prefix, remove prefix while recording

    returns

    a populated VCD class

  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped