Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / sam / docs / ui-cmds / cmd_conf.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>
10conf
11</h2>
12
13<h4>
14NAME
15</h4>
16<ul>
17conf - display and set configuration information
18</ul>
19
20<h4>SYNOPSIS</h4>
21<tt>
22<ul>
23conf
24<p>
25conf numcpu [<i>num-cpus</i>]
26<p>
27conf ramsize [<i>ram-size</i>]
28<p>
29conf cpu_per_thread [<i>cpu-per-thread</i>]
30<p>
31conf mips [<i>mips</i>]
32<p>
33conf cpufreq [<i>cpu-freq</i>]
34<p>
35conf stickfreq [<i>stick-freq</i>]
36</ul>
37</tt>
38
39<h4>DESCRIPTION</h4>
40<ul>
41Without any arguments,
42the conf command displays the current simulator configuration.
43<p>
44If conf is passed a selector, such as numcpu, it displays the
45selector's value.
46If conf is passed a selector, such as numcpu, and a numeric value, it
47sets the selector's value to the numeric value.
48</ul>
49
50<h4>RETURN VALUES</h4>
51<ul>
52Displays configuration information.
53</ul>
54
55<h4>SEE ALSO</h4>
56
57<hr>
58</body>
59</html>