X-Git-Url: https://git.libre-soc.org/?p=soc.git;a=blobdiff_plain;f=src%2Fsoc%2Ffu%2Fbranch%2Ftest%2Ftest_pipe_caller.py;h=2c1e5b0d19019a0546f9988d77cfa8c1054b47b1;hp=c2eb08885ad2e69582c32857a0f7684395a5c2bb;hb=a3d81a2bea829b5dd29d25ec091c4b380bd7ce47;hpb=adc34689dd877f322c052d5c29fc77af991e7a5d diff --git a/src/soc/fu/branch/test/test_pipe_caller.py b/src/soc/fu/branch/test/test_pipe_caller.py index c2eb0888..2c1e5b0d 100644 --- a/src/soc/fu/branch/test/test_pipe_caller.py +++ b/src/soc/fu/branch/test/test_pipe_caller.py @@ -232,7 +232,7 @@ class TestRunner(FHDLTestCase): inp = yield from get_cu_inputs(dec2, sim) - yield from ALUHelpers.set_fast_cia(branch, dec2, inp) + yield from ALUHelpers.set_cia(branch, dec2, inp) yield from ALUHelpers.set_fast_spr1(branch, dec2, inp) yield from ALUHelpers.set_fast_spr2(branch, dec2, inp) yield from ALUHelpers.set_cr_a(branch, dec2, inp)