diff options
Diffstat (limited to 'contrib')
-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 |