whew panic over, missed a bigendian argument in test_compunit.py
[soc.git] / src / soc / fu / compunits / test / test_compunit.py
index 8b21029fe2e4bab80058dbaeb195ec2b17fbcf1f..7fcea29eef4c9c9ddcecb3d0e1f4fe81b63ea412 100644 (file)
@@ -201,7 +201,8 @@ class TestRunner(FHDLTestCase):
                 sim = ISA(simdec2, test.regs, test.sprs, test.cr, test.mem,
                           test.msr,
                           initial_insns=gen, respect_pc=False,
-                          disassembly=insncode)
+                          disassembly=insncode,
+                          bigendian=False)
 
                 # initialise memory
                 if self.funit == Function.LDST: