hypersim-status ignore – deprecated
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

if

Synopsis

if condition { commands }
if condition { commands } else { commands }
if condition { commands } else if condition { commands }

Description

Runs a block of commands conditionally.

The if command returns the value of the last executed command in the block.

Provided By

Simics Core

See Also

while
hypersim-status ignore – deprecated