User guide

9-10
Using the Old Command Line Interface (CLI)
#1 in check_all at memsys0.vr:68
#2 in memsys_test at memsys0.vr:19
#3 in memsys_test_top.vshell
upstack
Goes up the call stack.
For example:
cli_131 > upstack
#1 in check_all at memsys0.vr:68
downstack
Goes down the call stack.
For example:
cli_132 > downstack
#0 in \cpu::release_bus at cpu.vr:73
Showing and Terminating Threads
show thread [thread_id]
Prints information about the specified threads.
For example:
li_119 > show thread 2
thread #2
memsys_test_top.vshell.\cpu::release_bus
[ready] cpu.vr: 73
thread thread_id
Options context to the task specified. thread_id is blocked
terminate [thread_id]
Terminates the specified thread.