Skip to content
Snippets Groups Projects
Unverified Commit 9c625fe8 authored by Yaman Umuroglu's avatar Yaman Umuroglu Committed by GitHub
Browse files

[Vitis] update args for v++ with optimize and report

parent a9d379d5
No related branches found
No related tags found
No related merge requests found
......@@ -238,7 +238,7 @@ class VitisLink(Transformation):
f.write("cd {}\n".format(link_dir))
f.write(
"v++ -t hw --platform %s --link %s"
" --kernel_frequency %d --config config.txt\n"
" --kernel_frequency %d --config config.txt --optimize 2 --save-temps -R2\n"
% (self.platform, " ".join(object_files), self.f_mhz)
)
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