Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / sam / docs / ui-cmds / cmd_mod.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>
mod
</h2>
<h4>
NAME
</h4>
<ul>
mod - load/unload simulator modules
</ul>
<h4>SYNOPSIS</h4>
<tt>
<ul>
<p>
mod load <i>modtype modname.so</i>
</p>
<p>
Where supported module types are:
<ul>
<li>mod load analyzer <i>analyzer.so</i></li>
<li>mod load py <i>py.so</i></li>
<li>mod load remote <i>remote-debugger.so</i></li>
</ul>
</p>
</ul>
</tt>
<h4>DESCRIPTION</h4>
<ul>
Load a dynamically linked module of specified type into SAM.
<p>
An <b>analyzer</b> module loads a tracing or execution-driven simulator
module and registers it with the CPU library
</p>
<p>
The <b>py</b> module is deprecated
</p>
<p>
The <b>remote</b> module enables a remote debugger to control SAM
instruction emulation based on simulated architectural state
</p>
</ul>
<h4>RETURN VALUES</h4>
<ul>
None.
</ul>
<h4>SEE ALSO</h4>
<hr>
</body>
</html>