Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / sam / cpus / vonk / ss / api / sam / src / sam.1
CommitLineData
920dae64
AT
1.TH sam 1 "March 29, 2007" "" "SAM system simulator"
2.SH NAME
3sam - SAM system simulator
4.SH SYNOPSIS
5sam [-c
6.I rcfile]
7[-f
8.I cmd_file]
9[-l
10.I log_file]
11
12.SH DESCRIPTION
13.PP
14SAM is Sun's system simulator platform. SAM can be configured
15for a variety of different SPARC processors and devices to
16resemble a SPARC based system.
17.SH OPTIONS
18.TP
19.BI -c " rcfile"
20SAM is configured though rc files. The quickest way to get a
21rcfile is to use a wizard, see simulate (1).
22.TP
23.BI -f " cmd_file"
24Run SAM UI commands from file <cmd_file> before returning to UI prompt.
25.TP
26.BI -l " log_file"
27Turn on output logging to file <log_file>.
28
29.SH EXAMPLES
30.LP
31Given a particular rc file, say sam.rc, sam is invoked:
32.IP
33.B "sam -c sam.rc"
34.SH BUGS
35.PP
36There are bugs, no doubt.
37.SH SEE ALSO
38.BR simulate (1),
39.BR getrust (1),
40.BR getsolaris (1)
41.SH AUTHORS
42.nf
43Manual page by SUN
44.f