aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@leaflabs.com>2013-10-04 14:32:15 -0400
committerbryan newbold <bnewbold@leaflabs.com>2013-10-04 14:32:15 -0400
commitd20366f41d899424611fe2e91b6bfb2d44d5e82f (patch)
tree0ae79599a127ce4c4c34c9578c02b35850192829 /contrib
parent9d418f09a83c3f0482fe6f0eca2ddd009732461a (diff)
downloadbasic-hdl-template-d20366f41d899424611fe2e91b6bfb2d44d5e82f.tar.gz
basic-hdl-template-d20366f41d899424611fe2e91b6bfb2d44d5e82f.zip
generic timingan target
Diffstat (limited to 'contrib')
-rw-r--r--contrib/xilinx.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/xilinx.mk b/contrib/xilinx.mk
index 1f3898d..da1c88b 100644
--- a/contrib/xilinx.mk
+++ b/contrib/xilinx.mk
@@ -233,6 +233,9 @@ final_fpga_editor: build/$(project)_par.ncd
@echo "Starting fpga_editor in the background (can take a minute or two)..."
@bash -c "$(xil_env); DISPLAY=:0 fpga_editor $(project)_par.ncd &"
+timingan:
+ @bash -c "$(xil_env); timingan &"
+
partial_timing: build/$(project)_post_map.twr
@bash -c "$(xil_env); timingan -ucf ../$(project).ucf $(project).ncd $(project).pcf $(project)_post_map.twx &"