spinal
.
sim
SimManager
Related Docs:
object SimManager
|
package sim
class
SimManager
extends
AnyRef
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
SimManager
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
SimManager
(
raw:
SimRaw
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
@throws
(
...
)
var
commandBuffer
:
ArrayBuffer
[() ⇒
Unit
]
val
context
:
SimManagerContext
val
cpuAffinity
:
Int
var
deltaCycle
:
Long
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
getBigInt
(
bt:
Signal
)
:
BigInt
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
Annotations
@HotSpotIntrinsicCandidate
()
def
getInt
(
bt:
Signal
)
:
Int
def
getLong
(
bt:
Signal
)
:
Long
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
Annotations
@HotSpotIntrinsicCandidate
()
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
jvmBusyThreads
:
ArrayBuffer
[
JvmThread
]
val
jvmIdleThreads
:
Stack
[
JvmThread
]
val
mainThread
:
Thread
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
newJvmThread
(
body: ⇒
Unit
)
:
JvmThread
def
newThread
(
body: ⇒
Unit
)
:
SimThread
final
def
notify
()
:
Unit
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
def
onEnd
(
callback: ⇒
Unit
)
:
Unit
val
onEndListeners
:
ArrayBuffer
[() ⇒
Unit
]
val
raw
:
SimRaw
def
release
()
:
Unit
def
retain
()
:
Unit
def
run
(
body: ⇒
Unit
)
:
Unit
def
runAll
(
body: ⇒
Unit
)
:
Unit
def
runWhile
(
continueWhile: ⇒
Boolean
=
true
)
:
Unit
def
schedule
(
delay:
Long
,
thread:
SimThread
)
:
Unit
def
schedule
(
delay:
Long
)
(
thread: ⇒
Unit
)
:
Unit
def
schedule
(
thread:
SimCallSchedule
)
:
Unit
val
sensitivities
:
ArrayBuffer
[
SimManagerSensitive
]
def
setBigInt
(
bt:
Signal
,
value:
BigInt
)
:
Unit
def
setLong
(
bt:
Signal
,
value:
Long
)
:
Unit
def
setupJvmThread
(
thread:
Thread
)
:
Unit
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
var
threads
:
SimCallSchedule
var
time
:
Long
def
toString
()
:
String
Definition Classes
AnyRef → Any
var
userData
:
Any
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Deprecated Value Members
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@Deprecated
@deprecated
@throws
(
classOf[java.lang.Throwable]
)
Deprecated
(Since version )
see corresponding Javadoc for more information.
Inherited from
AnyRef
Inherited from
Any
Ungrouped