From 587e937f9402faabca879de3a33d7e5699411630 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 3 Nov 2008 11:20:49 +0100 Subject: [PATCH] update placer effort to "high" --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 97e9b59..b85b4e3 100644 --- a/Makefile +++ b/Makefile @@ -87,7 +87,7 @@ synth: $(xilinx_ise)xst -intstyle xflow -ifn main.xst -ofn main.syr < main.xst $(xilinx_ise)ngdbuild -aul -intstyle xflow -dd _ngo -nt timestamp -uc main.ucf -p $(device) main.ngc main.ngd $(xilinx_ise)map -cm area -intstyle xflow -p $(device) -pr b -ol std -o main_map.ncd main.ngd main.pcf - $(xilinx_ise)par -w -intstyle xflow -t 99 -pl std -rl std main_map.ncd main.ncd main.pcf + $(xilinx_ise)par -w -intstyle xflow -t 99 -pl high -rl std main_map.ncd main.ncd main.pcf $(xilinx_ise)bitgen -intstyle xflow -d -f main.ut main.ncd # $(xilinx_ise)trce -intstyle xflow -e 3 -l 3 -s ${speed_grade} -xml main main.ncd -o main.twr main.pcf $(xilinx_edk)xmd -tcl $(remote_edk)/data/xmd/genace.tcl -jprog -hw main.bit -board ml410 -ace mainx.ace -- 1.7.10.4