spinal
.
sim
.
vpi
SharedMemIface
Related Doc:
package vpi
class
SharedMemIface
extends
AnyRef
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
SharedMemIface
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
SharedMemIface
(
shmem_name_:
String
,
shmem_size_:
Long
)
new
SharedMemIface
(
cPtr:
Long
,
cMemoryOwn:
Boolean
)
Attributes
protected[
spinal.sim.vpi
]
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
check_ready
()
:
Unit
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
@throws
(
...
)
def
close
()
:
Unit
def
delete
()
:
Unit
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
eval
()
:
Unit
def
finalize
()
:
Unit
Attributes
protected[
spinal.sim.vpi
]
Definition Classes
SharedMemIface
→ AnyRef
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
Annotations
@HotSpotIntrinsicCandidate
()
def
get_signal_handle
(
handle_name:
String
)
:
Long
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
Annotations
@HotSpotIntrinsicCandidate
()
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
is_closed
()
:
Boolean
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
def
print_signals
()
:
String
def
randomize
(
seed:
Long
)
:
Unit
def
read
(
handle:
Long
,
data:
VectorInt8
)
:
Unit
def
read
(
handle:
Long
)
:
VectorInt8
def
read32
(
handle:
Long
)
:
Int
def
read64
(
handle:
Long
)
:
Long
def
set_crashed
(
ret_code_:
Long
)
:
Unit
def
set_seed
(
seed:
Long
)
:
Unit
def
sleep
(
sleep_cycles:
Long
)
:
Unit
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → 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
(
...
)
def
write
(
handle:
Long
,
data:
VectorInt8
)
:
Unit
def
write32
(
handle:
Long
,
data:
Int
)
:
Unit
def
write64
(
handle:
Long
,
data:
Long
)
:
Unit
Inherited from
AnyRef
Inherited from
Any
Ungrouped