Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / sam / docs / ui-cmds / cmd_write.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>
write -- <b>Deprecated</b>
</h2>
<h4>
NAME
</h4>
<ul>
write - write to memory
</ul>
<h4>SYNOPSIS</h4>
<tt>
<ul>
write <i>size</i> <i>paddr</i> <i>value</i>
</ul>
</tt>
<h4>DESCRIPTION</h4>
<ul>
This command is deprecated. Please use the <a
href="cmd_set.html">set</a> command instead.
<p>
Writes a value to memory. The parameter <i>size</i> controls the
width of the write and must be one of lword, word, hword, and byte
corresponding to a write of 8, 4, 2, or 1 bytes, respectively. The
paramter <i>paddr</i> specifies the physical address and <i>value</i>
specifies the value written.
</ul>
<h4>RETURN VALUES</h4>
<ul>
None.
</ul>
<h4>SEE ALSO</h4>
<ul><a href="cmd_get.html">get</a></ul>
<ul><a href="cmd_set.html">set</a></ul>
<hr>
</body>
</html>