From 37f99cb75eac3fbf1ecda4ceaca2414cd53f3f8e Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 8 Nov 2008 07:09:40 +0100 Subject: [PATCH] increase placer effort level in Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b85b4e3..00423e6 100644 --- a/Makefile +++ b/Makefile @@ -86,8 +86,8 @@ synth: skill xst_original $(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 high -rl std main_map.ncd main.ncd main.pcf + $(xilinx_ise)map -cm area -intstyle xflow -p $(device) -pr b -ol high -o main_map.ncd main.ngd main.pcf + $(xilinx_ise)par -w -intstyle xflow -t 99 -pl high -rl high 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