diff options
author | bryan newbold <bnewbold@leaflabs.com> | 2013-10-04 14:32:15 -0400 |
---|---|---|
committer | bryan newbold <bnewbold@leaflabs.com> | 2013-10-04 14:32:15 -0400 |
commit | d20366f41d899424611fe2e91b6bfb2d44d5e82f (patch) | |
tree | 0ae79599a127ce4c4c34c9578c02b35850192829 /contrib | |
parent | 9d418f09a83c3f0482fe6f0eca2ddd009732461a (diff) | |
download | basic-hdl-template-d20366f41d899424611fe2e91b6bfb2d44d5e82f.tar.gz basic-hdl-template-d20366f41d899424611fe2e91b6bfb2d44d5e82f.zip |
generic timingan target
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/xilinx.mk | 3 |
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 &" |