add dump-out option to pypowersim
[openpower-isa.git] / src / test / basic_pypowersim / Makefile
index b9ef925ef47470838c2745add445a71284a4f8d2..b2b5dd52925be84fc7991ba486b750526baa8967 100644 (file)
@@ -8,7 +8,10 @@ all: sim
 sim: kernel.bin
        echo -n -e \\0060\\0000\\0061\\0000 > test.bin
        echo -n -e \\0060\\0000\\0061\\0000 >> test.bin
-       pypowersim --load test.bin:0 -g gpr.list -i kernel.bin
+       pypowersim --load test.bin:0 \
+               --dump testout.bin:0x20000100:8 \
+               --dump testout2.bin:0x0:16 \
+               -g gpr.list -i kernel.bin
 
 clean:
        rm *.o *.elf *.bin