class
SpinalVpiBackendConfig[T <: Component] extends AnyRef
Instance Constructors
-
new
SpinalVpiBackendConfig(rtl: SpinalReport[T], waveFormat: WaveFormat, workspacePath: String, workspaceName: String, wavePath: String, wavePrefix: String, waveDepth: Int, optimisationLevel: Int, simulatorFlags: ArrayBuffer[String], runFlags: ArrayBuffer[String], usePluginsCache: Boolean, pluginsCachePath: String, enableLogging: Boolean, timePrecision: TimeNumber)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
val
enableLogging: Boolean
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
optimisationLevel: Int
-
val
pluginsCachePath: String
-
-
val
runFlags: ArrayBuffer[String]
-
val
simulatorFlags: ArrayBuffer[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
-
def
toString(): String
-
val
usePluginsCache: Boolean
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
-
val
waveDepth: Int
-
val
waveFormat: WaveFormat
-
val
wavePath: String
-
val
wavePrefix: String
-
val
workspaceName: String
-
val
workspacePath: String
Deprecated Value Members
-
def
finalize(): Unit
Inherited from AnyRef
Inherited from Any