We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b5e80e commit 95bc8a6Copy full SHA for 95bc8a6
src/finn/custom_op/fpgadataflow/hlsbackend.py
@@ -517,7 +517,7 @@ def get_ap_int_max_w(self):
517
518
def timeout_value(self):
519
"""Set timeout value for HLS functions defined for one clock cycle"""
520
- self.code_gen_dict["$TIMEOUT_VALUE$"] = ["100"]
+ self.code_gen_dict["$TIMEOUT_VALUE$"] = ["1000"]
521
522
def timeout_condition(self):
523
"""Set timeout condition for HLS functions defined for one clock cycle"""
0 commit comments