aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@leaflabs.com>2013-10-21 13:44:42 -0400
committerbryan newbold <bnewbold@leaflabs.com>2013-10-21 13:44:42 -0400
commit44b35a93274197484d9fec8ba0d38e551661790c (patch)
treeab04e626a8ef08496224d5cb0d763623c08cb7fa
parent078932696fc9f8ec97e6efddea3019f4cb0669a9 (diff)
downloadbasic-hdl-template-44b35a93274197484d9fec8ba0d38e551661790c.tar.gz
basic-hdl-template-44b35a93274197484d9fec8ba0d38e551661790c.zip
need to specify .pcf file to bitgen for some cases
This was related to an "ERROR:PhysDesignRules:2199"
-rw-r--r--contrib/xilinx.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/xilinx.mk b/contrib/xilinx.mk
index b14047c..7f65ca8 100644
--- a/contrib/xilinx.mk
+++ b/contrib/xilinx.mk
@@ -131,7 +131,7 @@ build/$(project).mcs: build/$(project).bit
build/$(project).bit: build/$(project)_par.ncd build/$(project)_post_par.twr $(board).bitconf
@bash -c "$(xil_env); \
- bitgen $(intstyle) -f ../$(board).bitconf -w $(project)_par.ncd $(project).bit"
+ bitgen $(intstyle) -f ../$(board).bitconf -w $(project)_par.ncd $(project).bit $(project).pcf"
build/$(project)_par.ncd: build/$(project).ncd build/$(project)_post_map.twr