From: Luke Kenneth Casson Leighton Date: Tue, 1 Jun 2021 13:16:41 +0000 (+0100) Subject: whoops start basic sim from 0x20000000 X-Git-Tag: xlen-bcd~498 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7cbad6e1759df4d33297639d0641bb5b8ca8060d;p=openpower-isa.git whoops start basic sim from 0x20000000 --- diff --git a/src/test/basic_pypowersim/Makefile b/src/test/basic_pypowersim/Makefile index 1ec2e996..d3a68cd0 100644 --- a/src/test/basic_pypowersim/Makefile +++ b/src/test/basic_pypowersim/Makefile @@ -1,4 +1,4 @@ -TOOLCHAIN=powerpc64-linux-gnu +TOOLCHAIN=powerpc64le-linux-gnu CC=$(TOOLCHAIN)-gcc AS=$(TOOLCHAIN)-as AFLAGS=-mpwr9 @@ -9,6 +9,7 @@ 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 \ + -p 0x20000000 \ --dump testout.bin:0:8 \ --dump testout2.bin:0x20000100:8 \ -g gpr.list -i kernel.bin