| vmm_xactor |
function void |
append_callback ( vmm_xactor_callbacks cb ) |
|
|
| vmm_xactor |
local function void |
check_all_threads_stopped ( ) |
|
|
| vmm_xactor |
local event |
control_event |
|
|
| vmm_xactor |
function void |
do_all ( do_what_e what, reset_e rst_typ = SOFT_RST ) |
|
|
| vmm_xactor |
enum value |
DO_ALL |
|
|
| vmm_xactor |
enum value |
DO_KILL |
|
|
| vmm_xactor |
protected virtual function void |
do_kill_xactor ( ) |
|
|
| vmm_xactor |
enum value |
DO_PRINT |
|
|
| vmm_xactor |
protected virtual function string |
do_psdisplay ( string prefix = ) |
|
|
| vmm_xactor |
enum value |
DO_RESET |
|
|
| vmm_xactor |
protected virtual function void |
do_reset_xactor ( reset_e rst_typ ) |
|
|
| vmm_xactor |
enum value |
DO_START |
|
|
| vmm_xactor |
protected virtual function void |
do_start_xactor ( ) |
|
|
| vmm_xactor |
enum value |
DO_STOP |
|
|
| vmm_xactor |
protected virtual function void |
do_stop_xactor ( ) |
|
|
| vmm_xactor |
enum |
do_what_e |
|
|
| vmm_scheduler |
local int |
election_count |
|
|
| vmm_xactor |
enum value |
FIRM_RST |
|
|
| vmm_xactor |
function void |
get_input_channels ( ref vmm_channel chans ) |
|
|
| vmm_xactor |
function string |
get_instance ( ) |
|
|
| vmm_xactor |
function string |
get_name ( ) |
|
|
| vmm_scheduler |
protected task |
get_object (output vmm_data obj, input vmm_channel source, input int unsigned input_id, input int offset |
|
|
| vmm_xactor |
function void |
get_output_channels ( ref vmm_channel chans ) |
|
|
| vmm_xactor |
enum value |
HARD_RST |
|
|
| vmm_scheduler |
local int |
instance_id |
|
|
| vmm_scheduler |
local int |
is_on [$] |
|
|
| vmm_xactor |
local bit |
is_stopped |
|
|
| vmm_xactor |
function void |
kill ( ) |
|
|
| vmm_xactor |
vmm_log |
log |
|
|
| vmm_scheduler |
protected virtual task |
main ( |
|
|
| vmm_xactor |
local string |
main_rng_state |
|
|
| vmm_xactor |
local bit |
main_running |
|
|
| vmm_scheduler |
function void |
new ( string name, string inst, vmm_channel destination, int instance_id = -1 ) |
|
|
| vmm_scheduler |
function int |
new_source ( vmm_channel channel ) |
|
|
| vmm_scheduler |
local event |
next_cycle |
|
|
| vmm_xactor |
enum |
notifications_e |
|
|
| vmm_xactor |
vmm_notify |
notify |
|
|
| vmm_xactor |
local int |
n_threads_stopped |
|
|
| vmm_xactor |
local int |
n_threads_to_stop |
|
|
| vmm_scheduler |
protected vmm_channel |
out_chan |
|
|
| vmm_xactor |
function void |
prepend_callback ( vmm_xactor_callbacks cb ) |
|
|
| vmm_xactor |
enum value |
PROTOCOL_RST |
|
|
| vmm_scheduler |
function string |
psdisplay ( string prefix = ) |
|
|
| vmm_scheduler |
vmm_scheduler_election |
randomized_sched |
|
|
| vmm_xactor |
enum |
reset_e |
|
|
| vmm_xactor |
local bit |
reset_it |
|
|
| vmm_xactor |
protected int |
reset_pending = 0; |
|
|
| vmm_scheduler |
function void |
reset_xactor ( reset_e rst_typ = SOFT_RST ) |
|
|
| vmm_xactor |
local bit |
restore_main_rng_state |
|
|
| vmm_xactor |
function void |
restore_rng_state ( ) |
|
|
| vmm_xactor |
local bit |
save_main_rng_state |
|
|
| vmm_xactor |
function void |
save_rng_state ( ) |
|
|
| vmm_scheduler |
task |
sched_from_input (int channel_id, int on_off |
|
|
| vmm_scheduler |
protected task |
schedule (output vmm_data obj, input vmm_channel sources, input int unsigned input_ids |
|
|
| vmm_scheduler |
local task |
schedule_cycle ( |
|
|
| vmm_xactor |
enum value |
SOFT_RST |
|
|
| vmm_scheduler |
local vmm_channel |
sources [$] |
|
|
| vmm_xactor |
local bit |
start_it |
|
|
| vmm_scheduler |
function void |
start_xactor ( ) |
|
|
| vmm_xactor |
local bit |
stop_it |
|
|
| vmm_scheduler |
function void |
stop_xactor ( ) |
|
|
| vmm_xactor |
int |
stream_id |
|
|
| vmm_xactor |
function void |
unregister_callback ( vmm_xactor_callbacks cb ) |
|
|
| vmm_xactor |
protected task |
wait_if_stopped (int unsigned n_threads = 1 |
|
|
| vmm_xactor |
protected task |
wait_if_stopped_or_empty (vmm_channel chan, int unsigned n_threads = 1 |
|
|
| vmm_xactor |
enum value |
XACTOR_BUSY |
|
|
| vmm_xactor |
enum value |
XACTOR_IDLE |
|
|
| vmm_xactor |
enum value |
XACTOR_IS_STOPPED |
|
|
| vmm_xactor |
enum value |
XACTOR_RESET |
|
|
| vmm_xactor |
enum value |
XACTOR_STARTED |
|
|
| vmm_xactor |
function void |
xactor_status ( string prefix = ) |
|
|
| vmm_xactor |
enum value |
XACTOR_STOPPED |
|
|
| vmm_xactor |
enum value |
XACTOR_STOPPING |
|
|
| vmm_xactor |
vmm_channel |
Xinput_chansX [$] |
|
|
| vmm_xactor |
vmm_channel |
Xoutput_chansX [$] |
|
|
| vmm_xactor |
static vmm_xactor |
_vmm_available_xactor [$] |
|
|
| vmm_xactor |
protected vmm_xactor_callbacks |
callbacks [$] |
|
|
| vmm_xactor |
static protected bit |
__vmm_done_user |
|
|
| vmm_xactor |
static protected string |
__vmm_image |
|
|
| vmm_xactor |
static protected string |
__vmm_prefix |
|