Fix forgotten test_pipe_caller changes from e0b4334c7d83dda41d5610239150079f30a2f713
[soc.git] / src / soc / fu / mul / test / test_pipe_caller_long.py
index 9053d5b59895fd9ca5dd5fbdda10c08be0e13ceb..d62f1a7204928aed1776bd6339087b325025a2c0 100644 (file)
@@ -257,7 +257,7 @@ class TestRunner(unittest.TestCase):
         pspec = MulPipeSpec(id_wid=2)
         m.submodules.alu = alu = MulBasePipe(pspec)
 
-        comb += alu.p.data_i.ctx.op.eq_from_execute1(pdecode2.e)
+        comb += alu.p.data_i.ctx.op.eq_from_execute1(pdecode2.do)
         comb += alu.n.ready_i.eq(1)
         comb += pdecode2.dec.raw_opcode_in.eq(instruction)
         sim = Simulator(m)