summaryrefslogtreecommitdiffstats
path: root/zpu/roadshow/roadshow/iss
diff options
context:
space:
mode:
authorBert Lange <b.lange@hzdr.de>2015-04-15 13:36:55 +0200
committerBert Lange <b.lange@hzdr.de>2015-04-15 13:36:55 +0200
commita1c964908b51599bf624bd2d253419c7e629f195 (patch)
tree06125d59e83b7dde82d1bb57bc0e09ca83451b98 /zpu/roadshow/roadshow/iss
parentbbfe29a15f11548eb7c9fa71dcb4d2d18c164a53 (diff)
parent8679e4f91dcae05aef40f96629f33f0f4161f14a (diff)
downloadzpu-a1c964908b51599bf624bd2d253419c7e629f195.zip
zpu-a1c964908b51599bf624bd2d253419c7e629f195.tar.gz
Merge branch 'master' of https://github.com/zylin/zpu
Diffstat (limited to 'zpu/roadshow/roadshow/iss')
-rw-r--r--zpu/roadshow/roadshow/iss/index.html14
-rw-r--r--zpu/roadshow/roadshow/iss/simulator.jarbin0 -> 54378 bytes
2 files changed, 14 insertions, 0 deletions
diff --git a/zpu/roadshow/roadshow/iss/index.html b/zpu/roadshow/roadshow/iss/index.html
new file mode 100644
index 0000000..0b91a6a
--- /dev/null
+++ b/zpu/roadshow/roadshow/iss/index.html
@@ -0,0 +1,14 @@
+<html>
+<body>
+<h1>ISS test</h1>
+<ol>
+<li>Launch ISS<br>
+java -Xmx512m -cp simulator.jar com.zylin.zpu.simulator.SimApp 4444 false
+<li>Launch debugger<br>
+zpu-elf-gdb hello.elf<br>
+<li>Connect to ISS<br>
+target remote localhost:4444
+</ol>
+
+</body>
+</html>
diff --git a/zpu/roadshow/roadshow/iss/simulator.jar b/zpu/roadshow/roadshow/iss/simulator.jar
new file mode 100644
index 0000000..8cf63a8
--- /dev/null
+++ b/zpu/roadshow/roadshow/iss/simulator.jar
Binary files differ
OpenPOWER on IntegriCloud