Skip to content

Commit a9352a3

Browse files
committed
minor update
1 parent 9a2709d commit a9352a3

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

hw/syn/xilinx/xrt/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ VPP_FLAGS += --vivado.synth.jobs $(JOBS) --vivado.impl.jobs $(JOBS)
9191

9292
# register compilation hooks
9393
VPP_FLAGS += --xp "vivado_prop:run.impl_1.STEPS.OPT_DESIGN.TCL.PRE=${SRC_DIR}/pre_opt_hook.tcl"
94-
VPP_FLAGS += --xp "vivado_prop:run.impl_1.STEPS.ROUTE_DESIGN.TCL.POST=${SRC_DIR}/post_route_hook.tcl"
9594

9695
# load platform settings
9796
include $(SRC_DIR)/platforms.mk
@@ -184,6 +183,7 @@ ifeq ($(TARGET), hw)
184183
cp $(BUILD_DIR)/_x/reports/link/syn/ulp_vortex_afu_1_0_synth_1_ulp_vortex_afu_1_0_utilization_synth.rpt $(BUILD_DIR)/bin
185184
cp $(BUILD_DIR)/_x/reports/link/imp/impl_1_hw_bb_locked_utilization_placed.rpt $(BUILD_DIR)/bin
186185
cp $(BUILD_DIR)/_x/reports/link/imp/impl_1_hw_bb_locked_timing_summary_routed.rpt $(BUILD_DIR)/bin
186+
cp $(BUILD_DIR)/_x/link/vivado/vpl/prj/prj.runs/impl_1/hier_utilization.rpt $(BUILD_DIR)/bin
187187
endif
188188

189189
chipscope:

hw/syn/xilinx/xrt/post_route_hook.tcl

-1
This file was deleted.

hw/syn/xilinx/xrt/pre_opt_hook.tcl

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
set tool_dir $::env(TOOL_DIR)
2-
source ${tool_dir}/xilinx_async_bram_patch.tcl
2+
source ${tool_dir}/xilinx_async_bram_patch.tcl
3+
4+
report_utilization -file hier_utilization.rpt -hierarchical -hierarchical_percentages

0 commit comments

Comments
 (0)