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 266efea commit 8a4f268Copy full SHA for 8a4f268
hls4ml/backends/vitis/vitis_backend.py
@@ -136,7 +136,7 @@ def build(
136
with open(tcl_path, 'w') as file:
137
file.write(build_opts)
138
139
- build_command = 'vitis-run --tcl build_prj.tcl'
+ build_command = 'vitis-run --tcl build_prj.tcl --mode hls'
140
141
output_dir = model.config.get_output_dir()
142
stdout_log = os.path.join(output_dir, 'build_stdout.log')
0 commit comments