Object/Class

treadle.vcd

VCD

Related Docs: class VCD | package vcd

Permalink

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]

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val CommentDeclaration: String

    Permalink
  5. val DateDeclaration: String

    Permalink
  6. val DumpVarsDeclaration: String

    Permalink
  7. val End: String

    Permalink
  8. val EndDefinitionsDeclaration: String

    Permalink
  9. val EndSection: Regex

    Permalink
  10. val JustScoped: Regex

    Permalink
  11. val ScopeDeclaration: String

    Permalink
  12. val ScopedModule: Regex

    Permalink
  13. val SectionHeader: Regex

    Permalink
  14. val TimeScaleDeclaration: String

    Permalink
  15. val TimeStamp: Regex

    Permalink
  16. val UpScopeDeclaration: String

    Permalink
  17. val ValueChangeScalar: Regex

    Permalink
  18. val ValueChangeVector: Regex

    Permalink
  19. val ValueChangeVectorX: Regex

    Permalink
  20. val VarDeclaration: String

    Permalink
  21. val VarSpec: Regex

    Permalink
  22. val Version: String

    Permalink
  23. val VersionDeclaration: String

    Permalink
  24. def apply(moduleName: String, timeScale: String = "1ns", comment: String = "", showUnderscoredNames: Boolean = false): VCD

    Permalink
  25. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  26. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  29. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  31. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  32. val idChars: Seq[String]

    Permalink
  33. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  34. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  35. def main(args: Array[String]): Unit

    Permalink

    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

    Permalink
    Definition Classes
    AnyRef
  37. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  39. val numberOfIdChars: Int

    Permalink
  40. def read(vcdFile: String, startScope: String = "", renameStartScope: String = "", varPrefix: String = "", newVarPrefix: String = ""): VCD

    Permalink

    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

    Permalink
    Definition Classes
    AnyRef
  42. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  43. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped