Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / sam / docs / ui-cmds / cmd_stepc.html
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<title>SPARC Architectural Model: User Commands</title>
</head>
<body bgcolor="#FFFFFF" LANG="en-US">
<div STYLE="margin-bottom: 0cm"></div>&nbsp;
<h2>
stepc
</h2>
<h4>
NAME
</h4>
<ul>
stepc - advance all cpus by some number of instruction cycles
</ul>
<h4>SYNOPSIS</h4>
<tt>
<ul>
stepc <i>value</i>
</ul>
</tt>
<h4>DESCRIPTION</h4>
<ul>
The stepc command advances all cpus by <i>value</i> number of
instruction cycles.
Note that if a cpus hits a breakpoint, its execution may be halted early.
are complete.
<p>
This command differs from stepi in that it advances the cpus some
number of cycles, which are related to clock frequency.
<p>
This command is available only in execution driven mode.
</ul>
<h4>RETURN VALUES</h4>
<ul>
None.
</ul>
<h4>SEE ALSO</h4>
<ul><a href="cmd_run.html">run</a></ul>
<ul><a href="cmd_stepi.html">stepc</a></ul>
<ul><a href="cmd_stepim.html">stepim</a></ul>
<hr>
</body>
</html>