add isel CR tests to run on qemu (confirmed working)
[soc.git] / src / soc / fu / cr / test / test_pipe_caller.py
index 23d7a4f202f4e316c7b854f911e15aa36e213b3e..f428c9b2acfa369c8fb0ec5885a1952a7436d5b2 100644 (file)
@@ -107,7 +107,7 @@ class CRTestCase(TestAccumulatorBase):
         for i in range(20):
             bc = random.randint(0, 31)
             lst = [f"isel 1, 2, 3, {bc}"]
-            cr = random.randint(0, (1 << 32)-1)
+            cr = random.randint(0, (1 << 64)-1)
             initial_regs = [0] * 32
             initial_regs[2] = random.randint(0, (1 << 64)-1)
             initial_regs[3] = random.randint(0, (1 << 64)-1)