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

[Vitis] fix xml rep tcl gen

parent 645fac2d
No related branches found
No related tags found
No related merge requests found
......@@ -254,7 +254,7 @@ class VitisLink(Transformation):
# create tcl script to generate resource report in XML format
gen_rep_xml = templates.vitis_gen_xml_report_tcl_template
gen_rep_xml.replace("$VITIS_PROJ_PATH$", link_dir)
gen_rep_xml = gen_rep_xml.replace("$VITIS_PROJ_PATH$", link_dir)
with open(link_dir + "/gen_report_xml.tcl", "w") as f:
f.write(gen_rep_xml)
......
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