abstract class VpiBackend extends Backend

Linear Supertypes
Backend, AnyRef, Any
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
  2. class LoggerPrint 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. def doCmd(command: String, cwd: File, extraEnv: Seq[(String, String)], message: String): Unit
  14. def doCmd(command: String, cwd: File, message: String): Unit
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def instanciate(): (SharedMemIface, Thread)
  20. def instanciate(seed: Long): (SharedMemIface, Thread)
  21. def instanciate_(): (SharedMemIface, Thread)
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. val jdk: String
  24. val logSimProcess: Boolean
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. val pluginsPath: String
  29. val pwd: String
  30. val rtlSourcesPaths: ArrayBuffer[String]
  31. var runFlags: String
  32. var runIface: Int
  33. val sharedExtension: String
  34. val sharedMemIfaceName: String
  35. val sharedMemIfacePath: String
  36. val sharedMemSize: Int
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. val toplevelName: String
  40. val uniqueId: Int
    Definition Classes
    Backend
  41. val useCache: Boolean
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. val waveFormat: WaveFormat
  46. val wavePath: String
  47. val workspaceName: String
  48. 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