diff options
author | bryan newbold <bnewbold@leaflabs.com> | 2013-11-27 01:21:11 -0500 |
---|---|---|
committer | bryan newbold <bnewbold@leaflabs.com> | 2013-11-27 01:21:36 -0500 |
commit | 46f82b6ea9ea9067a674e0ff71e65ecfdcfa7781 (patch) | |
tree | b3a8f795092d5f9413544817fc08e20a96fd7cf8 | |
parent | 74fafe68ff056bb5e051e039de8f4ec280b54532 (diff) | |
download | basic-hdl-template-46f82b6ea9ea9067a674e0ff71e65ecfdcfa7781.tar.gz basic-hdl-template-46f82b6ea9ea9067a674e0ff71e65ecfdcfa7781.zip |
buildsys: par_ and map_timing PHONY corrections
-rw-r--r-- | contrib/xilinx.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/xilinx.mk b/contrib/xilinx.mk index 7f71738..2e01ba9 100644 --- a/contrib/xilinx.mk +++ b/contrib/xilinx.mk @@ -48,7 +48,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 xreport + map_timing par_timing tests all bit mcs xreport # "PRECIOUS" files will not be deleted by make as casually .PRECIOUS: tb/%.isim tb/isim/unenclib/%.sdb |