Skip to content
Snippets Groups Projects
Commit 9fbaaf81 authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[Vitis] use -mode batch for report gen Vivado launch

parent 7a7999e6
No related branches found
No related tags found
No related merge requests found
...@@ -328,7 +328,7 @@ class VitisLink(Transformation): ...@@ -328,7 +328,7 @@ class VitisLink(Transformation):
f.write("#!/bin/bash \n") f.write("#!/bin/bash \n")
f.write("cd {}\n".format(link_dir)) f.write("cd {}\n".format(link_dir))
f.write( f.write(
"vivado -mode tcl -source %s\n" % (link_dir + "/gen_report_xml.tcl") "vivado -mode batch -source %s\n" % (link_dir + "/gen_report_xml.tcl")
) )
f.write("cd {}\n".format(working_dir)) f.write("cd {}\n".format(working_dir))
bash_command = ["bash", gen_rep_xml_sh] bash_command = ["bash", gen_rep_xml_sh]
......
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