Add instructions for how to launch qemu
[soc.git] / src / soc / simulator / qemu_test / README.md
diff --git a/src/soc/simulator/qemu_test/README.md b/src/soc/simulator/qemu_test/README.md
new file mode 100644 (file)
index 0000000..32f90ee
--- /dev/null
@@ -0,0 +1,8 @@
+# Qemu test directory
+
+To launch and debug qemu, run the following:
+```
+make
+./launch.sh
+powerpc64-linux-gnu-gdb -x gdbscript
+```