From 328a955efef85afa869de113cee3636bf4b2224a Mon Sep 17 00:00:00 2001 From: megacz Date: Mon, 29 Dec 2008 17:41:12 -0800 Subject: [PATCH] parameterize ${device} in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4