Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / sam / docs / ui-cmds / cmd_write.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>
10write -- <b>Deprecated</b>
11</h2>
12
13<h4>
14NAME
15</h4>
16<ul>
17write - write to memory
18</ul>
19
20<h4>SYNOPSIS</h4>
21<tt>
22<ul>
23write <i>size</i> <i>paddr</i> <i>value</i>
24</ul>
25</tt>
26
27<h4>DESCRIPTION</h4>
28<ul>
29This command is deprecated. Please use the <a
30href="cmd_set.html">set</a> command instead.
31<p>
32Writes a value to memory. The parameter <i>size</i> controls the
33width of the write and must be one of lword, word, hword, and byte
34corresponding to a write of 8, 4, 2, or 1 bytes, respectively. The
35paramter <i>paddr</i> specifies the physical address and <i>value</i>
36specifies the value written.
37</ul>
38
39<h4>RETURN VALUES</h4>
40<ul>
41None.
42</ul>
43
44<h4>SEE ALSO</h4>
45<ul><a href="cmd_get.html">get</a></ul>
46<ul><a href="cmd_set.html">set</a></ul>
47
48<hr>
49</body>
50</html>