We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55103d7 commit 603947dCopy full SHA for 603947d
2 files changed
src/finn/custom_op/fpgadataflow/hls/thresholding_hls.py
@@ -546,7 +546,6 @@ def dataoutstrm(self):
546
if dtype == DataType["BIPOLAR"]:
547
# use binary for bipolar storage
548
dtype = DataType["BINARY"]
549
- elem_bits = dtype.bitwidth()
550
packed_bits = self.get_outstream_width()
551
packed_hls_type = "ap_uint<%d>" % packed_bits
552
elem_hls_type = dtype.get_hls_datatype_str()
src/finn/custom_op/fpgadataflow/hls/vectorvectoractivation_hls.py
@@ -433,7 +433,6 @@ def dataoutstrm(self):
433
434
435
436
437
438
439
0 commit comments