From abbb76ce84f775117dced4aca7eab80ad3ff5064 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 29 Jul 2015 11:09:42 +0800 Subject: [PATCH] ise: do not use LCK_cycle:6 by default --- mibuild/xilinx/ise.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mibuild/xilinx/ise.py b/mibuild/xilinx/ise.py index 50c659c1f..d440839e1 100644 --- a/mibuild/xilinx/ise.py +++ b/mibuild/xilinx/ise.py @@ -158,7 +158,7 @@ class XilinxISEToolchain: self.map_opt = "-ol high -w" self.par_opt = "-ol high -w" self.ngdbuild_opt = "" - self.bitgen_opt = "-g LCK_cycle:6 -g Binary:Yes -w" + self.bitgen_opt = "-g Binary:Yes -w" self.ise_commands = "" def build(self, platform, fragment, build_dir="build", build_name="top",