Skip to content
Snippets Groups Projects
Commit c497ed0a authored by mmrahorovic's avatar mmrahorovic
Browse files

[custom_op]: changed deprecated pragmas and made pipeline flushing by default

parent 9b8c3032
No related branches found
No related tags found
No related merge requests found
......@@ -332,10 +332,10 @@ class HLSCustomOp(CustomOp):
],
"vitis_hls": [
"set_param hls.enable_hidden_option_error false",
"config_compile -disable_unroll_code_size_check",
"config_compile -disable_unroll_code_size_check -pipeline_style flp",
"config_interface -m_axi_addr64",
"config_rtl -auto_prefix",
"config_export -disable_deadlock_detection",
"config_rtl -module_auto_prefix",
"config_rtl -deadlock_detection none",
],
}
return default_directives[hls_version]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment