Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / sam / docs / ui-cmds / cmd_mod.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>
10mod
11</h2>
12
13<h4>
14NAME
15</h4>
16<ul>
17mod - load/unload simulator modules
18</ul>
19
20<h4>SYNOPSIS</h4>
21<tt>
22<ul>
23 <p>
24 mod load <i>modtype modname.so</i>
25 </p>
26 <p>
27 Where supported module types are:
28 <ul>
29 <li>mod load analyzer <i>analyzer.so</i></li>
30 <li>mod load py <i>py.so</i></li>
31 <li>mod load remote <i>remote-debugger.so</i></li>
32 </ul>
33 </p>
34</ul>
35</tt>
36
37<h4>DESCRIPTION</h4>
38<ul>
39Load a dynamically linked module of specified type into SAM.
40
41<p>
42 An <b>analyzer</b> module loads a tracing or execution-driven simulator
43 module and registers it with the CPU library
44</p>
45<p>
46 The <b>py</b> module is deprecated
47</p>
48
49<p>
50 The <b>remote</b> module enables a remote debugger to control SAM
51 instruction emulation based on simulated architectural state
52</p>
53</ul>
54
55<h4>RETURN VALUES</h4>
56<ul>
57None.
58</ul>
59
60<h4>SEE ALSO</h4>
61
62<hr>
63</body>
64</html>