add line to generate .ace file in Makefile
authoradam <adam@megacz.com>
Thu, 21 Aug 2008 10:16:58 +0000 (11:16 +0100)
committeradam <adam@megacz.com>
Thu, 21 Aug 2008 10:16:58 +0000 (11:16 +0100)
Makefile

index 0c38418..fee5fdf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -86,7 +86,8 @@ synth:
        $(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)bitgen -intstyle xflow -d -f main.ut main.ncd
-#      $(xilinx)trce -intstyle xflow -e 3 -l 3 -s 6 -xml main main.ncd -o main.twr main.pcf
+#      $(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
 
 
 runserver: fleet.jar