Skip to content

Commit abbb76c

Browse files
committedJul 29, 2015
ise: do not use LCK_cycle:6 by default
1 parent a11d065 commit abbb76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎mibuild/xilinx/ise.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def __init__(self):
158158
self.map_opt = "-ol high -w"
159159
self.par_opt = "-ol high -w"
160160
self.ngdbuild_opt = ""
161-
self.bitgen_opt = "-g LCK_cycle:6 -g Binary:Yes -w"
161+
self.bitgen_opt = "-g Binary:Yes -w"
162162
self.ise_commands = ""
163163

164164
def build(self, platform, fragment, build_dir="build", build_name="top",

0 commit comments

Comments
 (0)
Please sign in to comment.