From 44b35a93274197484d9fec8ba0d38e551661790c Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Mon, 21 Oct 2013 13:44:42 -0400 Subject: need to specify .pcf file to bitgen for some cases This was related to an "ERROR:PhysDesignRules:2199" --- contrib/xilinx.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3