Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / sam / docs / ui-cmds / cmd_ssi.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>
10ssi
11</h2>
12
13<h4>
14NAME
15</h4>
16<ul>
17ssi - step one or more instructions of specified strand(s)
18</ul>
19
20<h4>SYNOPSIS</h4>
21<tt>
22<ul>
23ssi l"strand-id"
24<p>
25ssi (c|s)N
26</ul>
27</tt>
28
29<h4>DESCRIPTION</h4>
30<ul>
31When 'l' option is used, execute one instruction on a strand. For example,
32to execute one instruction on strand0, enter "ssi l0".
33<p>
34When 'c' option is used, execute N instructions on strand 0 of each core,
35in the strand is enabled. All strand0's are executed in a round-robin
36fashion.
37<p>
38When 's' option is used, execute N instructions on all enabled strands, in
39a round-robin fashion.
40</ul>
41
42<h4>RETURN VALUES</h4>
43<ul>
44None.
45</ul>
46
47<h4>SEE ALSO</h4>
48<ul><a href="cmd_run.html">run</a></ul>
49
50<hr>
51</body>
52</html>