abstract class VpiBackend extends Backend

Linear Supertypes
Backend, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VpiBackend
  2. Backend
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new VpiBackend(config: VpiBackendConfig)

Type Members

  1. class Logger extends ProcessLogger

Abstract Value Members

  1. abstract def analyzeRTL(): Unit
  2. abstract def compileVPI(): Unit
  3. abstract def isBufferedWrite: Boolean
    Definition Classes
    Backend
  4. abstract def runSimulation(sharedMemIface: SharedMemIface): Thread

Concrete 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 CC: String
  5. var CFLAGS: String
  6. var LDFLAGS: String
  7. val analyzeFlags: String
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clean(): Unit
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. val config: VpiBackendConfig
  12. lazy val delayed_compilation: Unit
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def instanciate(): (SharedMemIface, Thread)
  18. def instanciate(seed: Long): (SharedMemIface, Thread)
  19. def instanciate_(): (SharedMemIface, Thread)
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val jdk: String
  22. val logSimProcess: Boolean
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. val pluginsPath: String
  27. val pwd: String
  28. val rtlSourcesPaths: ArrayBuffer[String]
  29. var runFlags: String
  30. var runIface: Int
  31. val sharedExtension: String
  32. val sharedMemIfaceName: String
  33. val sharedMemIfacePath: String
  34. val sharedMemSize: Int
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. val toplevelName: String
  38. val uniqueId: Int
    Definition Classes
    Backend
  39. val useCache: Boolean
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. val waveFormat: WaveFormat
  44. val wavePath: String
  45. val workspaceName: String
  46. val workspacePath: String

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Backend

Inherited from AnyRef

Inherited from Any

Ungrouped