Add instructions for how to launch qemu
[soc.git] / src / soc / simulator / qemu_test / README.md
1 # Qemu test directory
2
3 To launch and debug qemu, run the following:
4 ```
5 make
6 ./launch.sh
7 powerpc64-linux-gnu-gdb -x gdbscript
8 ```