increase placer effort level in Makefile
authoradam <adam@megacz.com>
Sat, 8 Nov 2008 06:09:40 +0000 (07:09 +0100)
committeradam <adam@megacz.com>
Sat, 8 Nov 2008 06:09:40 +0000 (07:09 +0100)
Makefile

index b85b4e3..00423e6 100644 (file)
--- 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