aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/xilinx.mk
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@leaflabs.com>2013-11-13 11:49:47 -0500
committerbryan newbold <bnewbold@leaflabs.com>2013-11-13 11:49:47 -0500
commitdd227d103448274e1142119c0c9f657dcfc2ad18 (patch)
tree4824c8397de44269a0e82d1a61c5594f8882e683 /contrib/xilinx.mk
parent171eeca840ee34f4210471192845c1f21cad7c31 (diff)
downloadbasic-hdl-template-dd227d103448274e1142119c0c9f657dcfc2ad18.tar.gz
basic-hdl-template-dd227d103448274e1142119c0c9f657dcfc2ad18.zip
'untouchcores' target (see README)
Diffstat (limited to 'contrib/xilinx.mk')
-rw-r--r--contrib/xilinx.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/xilinx.mk b/contrib/xilinx.mk
index 7c16cd7..2d5c0a5 100644
--- a/contrib/xilinx.mk
+++ b/contrib/xilinx.mk
@@ -132,6 +132,10 @@ $(coregen_work_dir)/$(project).cgp: contrib/template.cgp
@echo "SET speedgrade = $(speedgrade)" >> $@
@echo "SET workingdirectory = ./tmp/" >> $@
+untouchcores:
+ @echo "Resetting .xco timestamps so that cores won't be rebuilt"
+ ./contrib/git_untouch.sh $(xilinx_cores)
+
%.ngc %.v: %.xco $(coregen_work_dir)/$(project).cgp
@echo "=== rebuilding $@"
@bash -c "$(xil_env); \