Next: , Previous: general, Up: Commands


4.3 info commands

— Command: assert-queue

Error out if the event queue is empty. Useful as a quick check for deadlock.

— Command: assertn-queue

Error out if the event queue is not empty.

— Command: queue

Print an ordered list of all events in the checking event queue and execution event queue.

— Command: dump-event event-id

Print status information about event number event-id.

— Command: dump-event-source event-id

Print full-context of the source in which event event-id occurs.

— Command: dump-all-event-source

Print full-context of the source for all events.

— Command: dump-state

Print textual summary of entire state of simulation.

— Command: get inst

Print the state information about instance named inst. The name inst need not be canonical. Information includes current run-time value, if applicable.

— Command: print-event-header

Prints a table header suitable for interpreting printed event records.

— Command: subscribers inst

Print a list of all events currently subscribed to the value of variable inst. Such events are alerted for rechecking when value of inst changes.

— Command: subscribers-all

Print a list of all events currently subscribed to any variables.

— Command: time

Print the current simulator time.

— Command: what inst

Prints the type of the named instance inst, along with its canonical name.

— Command: who inst
— Command: who-newline name

Print all equivalent aliases of instance name. The -newline variant separates names by line instead of spaces for improved readability.

— Command: ls name

List immediate subinstances of the instance named name.