From bed8c2d45204c8f29e0a496f9123ecace0f84f1a Mon Sep 17 00:00:00 2001
From: Yaman Umuroglu <yamanu@xilinx.com>
Date: Thu, 2 Jun 2022 17:48:23 +0200
Subject: [PATCH] [HLSCustomOp] small bugfix

---
 src/finn/custom_op/fpgadataflow/hlscustomop.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/finn/custom_op/fpgadataflow/hlscustomop.py b/src/finn/custom_op/fpgadataflow/hlscustomop.py
index 2c5ecdf65..ddeda8c86 100644
--- a/src/finn/custom_op/fpgadataflow/hlscustomop.py
+++ b/src/finn/custom_op/fpgadataflow/hlscustomop.py
@@ -606,7 +606,7 @@ compilation transformations?
             num_out_values,
             trace_file=trace_file,
             sname=sname,
-            liveness_threshold=pyverilate_get_liveness_threshold_cycles,
+            liveness_threshold=pyverilate_get_liveness_threshold_cycles(),
         )
         self.set_nodeattr("cycles_rtlsim", total_cycle_count)
 
-- 
GitLab