<telnet_console>.unbreak-id <telnet_console>.wait-then-write
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

<telnet_console>.wait-for-string

Synopsis

<telnet_console>.wait-for-string [-reverse] [-always] "string"

Description

Wait for the output of the text string on the console. This command can only be run from a script branch where it suspends the branch until the string has been found in the output. The command will by default only wait for events that occur when the simulation is running forward. To wait for events in the reverse direction use the -reverse flag. Similarly, the -always flag tells the command to wait for events in both simulation directions.

Provided By

telnet-console

See Also

<text-console>.break, <text-console>.wait-then-write, script-branch
<telnet_console>.unbreak-id <telnet_console>.wait-then-write