summaryrefslogtreecommitdiffstats
path: root/zpu/hdl
diff options
context:
space:
mode:
authoroharboe <oharboe>2008-02-11 20:47:26 +0000
committeroharboe <oharboe>2008-02-11 20:47:26 +0000
commit86579431bc123532d3225d59d7c01c4fa7115969 (patch)
tree96aa596b5e10a5087d1e7622f969845844f88df9 /zpu/hdl
parentfe4e613f0644da8d31f804a62a6a6dc10e835098 (diff)
downloadzpu-86579431bc123532d3225d59d7c01c4fa7115969.zip
zpu-86579431bc123532d3225d59d7c01c4fa7115969.tar.gz
* hdl/index.html. Fixed typo. Use objcopy and not objdump.
Diffstat (limited to 'zpu/hdl')
-rw-r--r--zpu/hdl/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/zpu/hdl/index.html b/zpu/hdl/index.html
index d3b4c1a..271d46a 100644
--- a/zpu/hdl/index.html
+++ b/zpu/hdl/index.html
@@ -15,7 +15,7 @@ Obviously you must also connect the ZPU to the rest of your IO subsystem. IO is
<h2>Generating VHDL BRAM initialization </h2>
<code>
-../install/bin/zpu-elf-objdump -O binary hello.elf hello.bin<br>
+../install/bin/zpu-elf-objcopy -O binary hello.elf hello.bin<br>
java -classpath ../simulator/zpusim.jar com.zylin.zpu.simulator.tools.MakeRam hello.bin &gt;hello.bram<br>
</code>
OpenPOWER on IntegriCloud