Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / sam / docs / ui-cmds / cmd_ssi.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>
ssi
</h2>
<h4>
NAME
</h4>
<ul>
ssi - step one or more instructions of specified strand(s)
</ul>
<h4>SYNOPSIS</h4>
<tt>
<ul>
ssi l"strand-id"
<p>
ssi (c|s)N
</ul>
</tt>
<h4>DESCRIPTION</h4>
<ul>
When 'l' option is used, execute one instruction on a strand. For example,
to execute one instruction on strand0, enter "ssi l0".
<p>
When 'c' option is used, execute N instructions on strand 0 of each core,
in the strand is enabled. All strand0's are executed in a round-robin
fashion.
<p>
When 's' option is used, execute N instructions on all enabled strands, in
a round-robin fashion.
</ul>
<h4>RETURN VALUES</h4>
<ul>
None.
</ul>
<h4>SEE ALSO</h4>
<ul><a href="cmd_run.html">run</a></ul>
<hr>
</body>
</html>