Development Tools User’s Guide
239
Intel
®
IXP2400/IXP2800 Network Processors
Transactor
8.3.14
go
Format:
go |/silent| |/clk_domain| |cycle_count|
Definition:
Simulates the number of clock cycles in a given clock domain specified by “cycle_count”. If
no cycle_count is given, “cycle_count” defaults to 1. If the cycle_count is specified as -1,
simulation will continue indefinitely until a simulation break event occurs due to an error or
assertion of the sim.halt variable.
/silent
Suppresses debug information during the simulation.
/clk_domain
Replace “/clk_domain” with any top-level primary clock node name to
specify the clock domain used when simulating a cycle count. Otherwise
the domain defaults to the domain specified in the “set_default_go_clk”
command.
cycle_count
If “next” is specified in place of the clock name, then the simulator will
simulate the next x scheduled simulation events (rather than clock
cycles), where x is specified by the “cycle_count” value.
8.3.15
go_thread
Format:
go_thread |/silent| |/max_cycle_count| |goto_filter|
|cycle_count|
Definition:
Simulates the specified number of instructions in the specified thread of the specified micro-
sequencer instance name. The actual number of cycles simulated may be larger than the
instruction count due to context swaps.
/silent
If the “/silent” qualifier is specified, debug information is suppressed
during the simulation.
/goto_filter
If “goto_filter” is not specified, the default goto filter will be used (see
“set_default_goto_filter” for the goto filter syntax).
cycle_count
If no cycle_count is given, the count defaults to 1.
8.3.16
gop
Format:
gop |/clk_domain| |/silent| |phase_count|
Definition:
Simulates the specified number of clock phases (where 2 clock phases equal 1 clock cycle). If
the clk_domain is not explicitly specified, the current default clock is used.
8.3.17
goto
Format: