sorting out bigendian/littleendian including in qemu
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 11 Jul 2020 16:34:07 +0000 (17:34 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 11 Jul 2020 16:34:07 +0000 (17:34 +0100)
commit9ecfd06b8498e5ac86eecf7b990053e3cb9ed903
tree73092b5a28de26f9dfbc9a1689da89abbdb7432d
parent749e8b5c7147c440a1f4a0467dcf1a67ca130588
sorting out bigendian/littleendian including in qemu
qemu is a pain!
20 files changed:
src/soc/config/endian.py [new file with mode: 0644]
src/soc/decoder/isa/caller.py
src/soc/decoder/power_decoder.py
src/soc/fu/alu/test/test_pipe_caller.py
src/soc/fu/branch/test/test_pipe_caller.py
src/soc/fu/compunits/test/test_compunit.py
src/soc/fu/compunits/test/test_cr_compunit.py
src/soc/fu/compunits/test/test_logical_compunit.py
src/soc/fu/cr/test/test_pipe_caller.py
src/soc/fu/div/test/test_pipe_caller.py
src/soc/fu/logical/test/test_pipe_caller.py
src/soc/fu/mul/test/test_pipe_caller.py
src/soc/fu/shift_rot/test/test_pipe_caller.py
src/soc/fu/spr/test/test_pipe_caller.py
src/soc/fu/trap/test/test_pipe_caller.py
src/soc/simulator/program.py
src/soc/simulator/qemu.py
src/soc/simulator/test_helloworld_sim.py
src/soc/simulator/test_mul_sim.py
src/soc/simulator/test_sim.py