Skip to content

Commit 95bc8a6

Browse files
committed
[HLSBackend] Increase time out value
1 parent 0b5e80e commit 95bc8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/finn/custom_op/fpgadataflow/hlsbackend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ def get_ap_int_max_w(self):
517517

518518
def timeout_value(self):
519519
"""Set timeout value for HLS functions defined for one clock cycle"""
520-
self.code_gen_dict["$TIMEOUT_VALUE$"] = ["100"]
520+
self.code_gen_dict["$TIMEOUT_VALUE$"] = ["1000"]
521521

522522
def timeout_condition(self):
523523
"""Set timeout condition for HLS functions defined for one clock cycle"""

0 commit comments

Comments
 (0)