From 0d42b8c306f2caeaf7599cdb1a219929eb4e0b53 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 5 Sep 2020 17:10:26 +0100 Subject: [PATCH] use stbcix in test --- src/soc/fu/ldst/test/test_pipe_caller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/fu/ldst/test/test_pipe_caller.py b/src/soc/fu/ldst/test/test_pipe_caller.py index 3ede0023..6f489c73 100644 --- a/src/soc/fu/ldst/test/test_pipe_caller.py +++ b/src/soc/fu/ldst/test/test_pipe_caller.py @@ -245,7 +245,7 @@ class LDSTTestCase(TestAccumulatorBase): initial_mem=initial_mem) def case_10_load_store_cix(self): - lst = ["stwbrx 1, 4, 2", + lst = ["stbcix 1, 4, 2", "lwzcix 3, 4, 2"] initial_regs = [0] * 32 initial_regs[1] = 0x5678 -- 2.30.2