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