split out concurrentunit ReservationStations to separate module
[ieee754fpu.git] / src / add / test_fpadd_pipe.py
index 4bac9279b5512366eb51dcfafb9ff661f34c5207..ccba331ad06c165875256cb65360a92150322e0f 100644 (file)
@@ -110,7 +110,7 @@ class InputTest:
 
 
 if __name__ == '__main__':
-    dut = FPADDMuxInOut(32, 2, 4)
+    dut = FPADDMuxInOut(32, 4)
     vl = rtlil.convert(dut, ports=dut.ports())
     with open("test_fpadd_pipe.il", "w") as f:
         f.write(vl)