From a40f62cb212ccac90a11778e3e027c75a6574117 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 31 May 2020 13:08:22 +0100 Subject: [PATCH] start with zero, try not to compare against 9 bytes in a 64-bit value: cmpeqb test --- src/soc/fu/alu/test/test_pipe_caller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/fu/alu/test/test_pipe_caller.py b/src/soc/fu/alu/test/test_pipe_caller.py index ec738383..a98d3440 100644 --- a/src/soc/fu/alu/test/test_pipe_caller.py +++ b/src/soc/fu/alu/test/test_pipe_caller.py @@ -151,7 +151,7 @@ class ALUTestCase(FHDLTestCase): for i in range(20): initial_regs = [0] * 32 initial_regs[1] = i - initial_regs[2] = 0x01030507090b0d0f11 + initial_regs[2] = 0x0001030507090b0f self.run_tst_program(Program(lst), initial_regs, {}) def test_ilang(self): -- 2.30.2