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

[Vitis] fix typo in gen xml tcl template

parent ff2bdea4
No related branches found
No related tags found
No related merge requests found
......@@ -448,5 +448,5 @@ python3.6 driver.py --exec_mode=$1 --batchsize=$2 --bitfile=$BITFILE$ \
vitis_gen_xml_report_tcl_template = """
open_project $VITIS_PROJ_PATH$/_x/link/vivado/vpl/prj/prj.xpr
open_run impl_1
report_utilization -hierarchical -hierarchical_depth 5 -file open_project $VITIS_PROJ_PATH$/synth_report.xml -format xml
report_utilization -hierarchical -hierarchical_depth 5 -file $VITIS_PROJ_PATH$/synth_report.xml -format 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