ise: do not use LCK_cycle:6 by default

This commit is contained in:
Sebastien Bourdeauducq 2015-07-29 11:09:42 +08:00
parent a11d065546
commit abbb76ce84
1 changed files with 1 additions and 1 deletions

View File

@ -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",