Skip to content
Snippets Groups Projects
Commit ac4505db authored by Lucian Petrica's avatar Lucian Petrica
Browse files

Fixed debug argument generation

parent 61c15258
No related branches found
No related tags found
No related merge requests found
......@@ -282,7 +282,7 @@ class VitisLink(Transformation):
" ".join(object_files),
self.f_mhz,
self.strategy.value,
debug_commands,
" ".join(debug_commands),
)
)
f.write("cd {}\n".format(working_dir))
......
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