diff --git a/src/finn/custom_op/fpgadataflow/duplicatestreams_batch.py b/src/finn/custom_op/fpgadataflow/duplicatestreams_batch.py
index 08e48f435f7bf86e538c1b67ead2ec0f555eb727..51c8e4aea34b22a6b509eea65e9ebacaa640f234 100644
--- a/src/finn/custom_op/fpgadataflow/duplicatestreams_batch.py
+++ b/src/finn/custom_op/fpgadataflow/duplicatestreams_batch.py
@@ -399,6 +399,6 @@ class DuplicateStreams_Batch(HLSCustomOp):
         intf_names["m_axis"] = []
         for i in range(n_outputs):
             intf_names["m_axis"].append(
-                ("out%d_V_V", self.get_outstream_width_padded())
+                ("out%d_V_V" % i, self.get_outstream_width_padded())
             )
         return intf_names