From: megacz Date: Tue, 30 Dec 2008 01:41:12 +0000 (-0800) Subject: parameterize ${device} in Makefile X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=328a955efef85afa869de113cee3636bf4b2224a;p=fleet.git parameterize ${device} in Makefile --- diff --git a/Makefile b/Makefile index 66c3a26..8d77e2c 100644 --- a/Makefile +++ b/Makefile @@ -95,7 +95,7 @@ synth: echo -n " -ifmt mixed" >> build/fpga/main.xst echo -n " -ofn main" >> build/fpga/main.xst echo -n " -ofmt NGC" >> build/fpga/main.xst - echo -n " -p xc4vfx60-11ff1152" >> build/fpga/main.xst + echo -n " -p ${device}" >> build/fpga/main.xst echo -n " -top main" >> build/fpga/main.xst echo -n " -opt_mode area" >> build/fpga/main.xst echo -n " -opt_level 2" >> build/fpga/main.xst