mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
ise: do not use LCK_cycle:6 by default
This commit is contained in:
parent
a11d065546
commit
abbb76ce84
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue