aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/xilinx.mk
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/xilinx.mk')
-rw-r--r--contrib/xilinx.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/xilinx.mk b/contrib/xilinx.mk
index f971c83..9af368d 100644
--- a/contrib/xilinx.mk
+++ b/contrib/xilinx.mk
@@ -45,7 +45,7 @@
# These dot-targets must come first in the file
.PHONY: default xilinx_cores clean twr_map twr_par ise isim coregen \
impact ldimpact lint planahead partial_fpga_editor final_fpga_editor \
- partial_timing final_timing tests all bit mcs
+ partial_timing final_timing tests all bit mcs xreport
# "PRECIOUS" files will not be deleted by make as casually
.PRECIOUS: tb/%.isim tb/isim/unenclib/%.sdb
@@ -361,6 +361,10 @@ timingan:
@bash -c "$(xil_env); \
timingan &"
+xreport:
+ @bash -c "$(xil_env); \
+ xreport &"
+
map_timingan: build/$(project)_post_map.twr
@bash -c "$(xil_env); \
timingan -ucf ../$(ucf_file) $(project).ncd $(project).pcf $(project)_post_map.twx &"