Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / sam / docs / ui-cmds / cmd_stepc.html
CommitLineData
920dae64
AT
1<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2<html>
3<head>
4<title>SPARC Architectural Model: User Commands</title>
5</head>
6<body bgcolor="#FFFFFF" LANG="en-US">
7<div STYLE="margin-bottom: 0cm"></div>&nbsp;
8
9<h2>
10stepc
11</h2>
12
13<h4>
14NAME
15</h4>
16<ul>
17stepc - advance all cpus by some number of instruction cycles
18</ul>
19
20<h4>SYNOPSIS</h4>
21<tt>
22<ul>
23stepc <i>value</i>
24</ul>
25</tt>
26
27<h4>DESCRIPTION</h4>
28<ul>
29The stepc command advances all cpus by <i>value</i> number of
30instruction cycles.
31Note that if a cpus hits a breakpoint, its execution may be halted early.
32are complete.
33<p>
34This command differs from stepi in that it advances the cpus some
35number of cycles, which are related to clock frequency.
36<p>
37This command is available only in execution driven mode.
38</ul>
39
40<h4>RETURN VALUES</h4>
41<ul>
42None.
43</ul>
44
45<h4>SEE ALSO</h4>
46<ul><a href="cmd_run.html">run</a></ul>
47<ul><a href="cmd_stepi.html">stepc</a></ul>
48<ul><a href="cmd_stepim.html">stepim</a></ul>
49
50<hr>
51</body>
52</html>