more setting bigendian
[soc.git] / src / soc / simple / test / test_microwatt.py
index 1abfa8eae903c2f6a1a882779dee09f3ed6a441f..3ffa9e52c10011648dd5193bbeb20cfbf3ec90ad 100644 (file)
@@ -85,7 +85,7 @@ class TestRunner(FHDLTestCase):
             for test in self.test_data:
 
                 # get core going
-                yield core.bigendian_i.eq(1)
+                yield core.bigendian_i.eq(bigendian)
                 yield core.core_start_i.eq(1)
                 yield
                 yield core.core_start_i.eq(0)