adjust map+par flags in Makefile
authoradam <adam@megacz.com>
Thu, 21 Aug 2008 10:17:40 +0000 (11:17 +0100)
committeradam <adam@megacz.com>
Thu, 21 Aug 2008 10:17:40 +0000 (11:17 +0100)
Makefile

index fee5fdf..bd38909 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -83,8 +83,8 @@ synth:
        skill xst_original
        $(xilinx)xst -intstyle xflow -ifn main.xst -ofn main.syr < main.xst
        $(xilinx)ngdbuild -aul -intstyle xflow -dd _ngo -nt timestamp -uc main.ucf -p $(device) main.ngc main.ngd
-       $(xilinx)map -intstyle xflow -p $(device) -cm speed -l -pr b -k 4 -c 100 -tx off -o main_map.ncd main.ngd main.pcf
-       $(xilinx)par -w -intstyle xflow -pl std -ol std -t 99 main_map.ncd main.ncd main.pcf
+       $(xilinx)map -intstyle xflow -p $(device) -pr b -ol std -o main_map.ncd main.ngd main.pcf
+       $(xilinx)par -w -intstyle xflow -t 99 -pl std -rl std main_map.ncd main.ncd main.pcf
        $(xilinx)bitgen -intstyle xflow -d -f main.ut main.ncd
 #      $(xilinx)trce -intstyle xflow -e 3 -l 3 -s ${speed_grade} -xml main main.ncd -o main.twr main.pcf
        $(xilinx)xmd -tcl $(remote_edk)/data/xmd/genace.tcl -jprog -hw main.bit -board ml410 -ace main.ace