diff --git a/src/finn/custom_op/fpgadataflow/hlscustomop.py b/src/finn/custom_op/fpgadataflow/hlscustomop.py index c94e430097ec381a0029d9bb1800909e8cc47f6c..9dbc3dbd0fe8145afbc828ee53b377dfca397428 100644 --- a/src/finn/custom_op/fpgadataflow/hlscustomop.py +++ b/src/finn/custom_op/fpgadataflow/hlscustomop.py @@ -334,6 +334,7 @@ class HLSCustomOp(CustomOp): "config_compile -disable_unroll_code_size_check", "config_interface -m_axi_addr64", "config_rtl -auto_prefix", + "config_export -disable_deadlock_detection", ], } return default_directives[hls_version]