diff --git a/src/finn/custom_op/fpgadataflow/streamingdatawidthconverter_batch.py b/src/finn/custom_op/fpgadataflow/streamingdatawidthconverter_batch.py index 23a906882b4335e4f5d8c99be2f85f201e75d7ba..b4035f7fd40061359254872184ebb993b2b79834 100644 --- a/src/finn/custom_op/fpgadataflow/streamingdatawidthconverter_batch.py +++ b/src/finn/custom_op/fpgadataflow/streamingdatawidthconverter_batch.py @@ -217,8 +217,6 @@ class StreamingDataWidthConverter_Batch(HLSCustomOp): numInWords = int(np.prod(self.get_folded_input_shape()[:-1])) inWidth = self.get_nodeattr("inWidth") outWidth = self.get_nodeattr("outWidth") - if outWidth > inWidth: - numInWords = int(outWidth // inWidth) self.code_gen_dict["$DEFINES$"] = [ "#define InWidth %d " % inWidth, "#define OutWidth %d " % outWidth,