From b745745fbe9431184fcc5a83ecf3a7d2a66bc163 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 28 Jun 2022 16:23:38 +0100 Subject: [PATCH] remove qemu co-simulation, dump output expected results test/basic_pypowersim --- src/test/basic_pypowersim/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/test/basic_pypowersim/Makefile b/src/test/basic_pypowersim/Makefile index d3a68cd0..8f047743 100644 --- a/src/test/basic_pypowersim/Makefile +++ b/src/test/basic_pypowersim/Makefile @@ -8,11 +8,14 @@ all: sim sim: kernel.bin echo -n -e \\0060\\0000\\0061\\0000 > test.bin echo -n -e \\0060\\0000\\0061\\0000 >> test.bin - pypowersim -q --load test.bin:0 \ + pypowersim --load test.bin:0 \ -p 0x20000000 \ --dump testout.bin:0:8 \ --dump testout2.bin:0x20000100:8 \ -g gpr.list -i kernel.bin + @echo 'expected results:' + @echo '00000000 ef be ad de ff ff ff ff' + hexdump -C testout2.bin clean: rm *.o *.elf *.bin -- 2.30.2