dump output from pypowersim_fp
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 23 Jul 2022 13:16:38 +0000 (14:16 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 23 Jul 2022 13:16:52 +0000 (14:16 +0100)
src/test/basic_pypowersim_fp/Makefile

index 61614d0a2938e09be7d5f40e4ae32d49cc7f2853..da2768fb4f2defe31f034d4ec689586811f1dcd1 100644 (file)
@@ -7,11 +7,13 @@ all: sim
 
 sim: kernel.bin
        ./writefp.sh
-       pypowersim -q --load testin.bin:0 \
+       pypowersim --load testin.bin:0 \
                   -p 0x20000000 \
                --dump testout.bin:0x20000100:32 \
                --dump testout2.bin:0x0:32 \
                -g gpr.list -f fpr.list -i kernel.bin
+       hexdump -C testout.bin
+       hexdump -C testout2.bin
 
 clean:
        rm *.o *.elf *.bin