Skip to content

Commit 99fb0d4

Browse files
jordenssbourdeauducq
authored andcommittedMay 8, 2015
ise: move -user_new_parser to xst_opt
1 parent 70bc4ec commit 99fb0d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎mibuild/xilinx/ise.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ def _build_xst_files(device, sources, vincpaths, build_name, xst_opt):
5454

5555
xst_contents = """run
5656
-ifn {build_name}.prj
57-
-use_new_parser yes
5857
-top top
5958
{xst_opt}
6059
-ofn {build_name}.ngc
@@ -133,6 +132,7 @@ def _run_ise(build_name, ise_path, source, mode, ngdbuild_opt,
133132
class XilinxISEToolchain:
134133
def __init__(self):
135134
self.xst_opt = """-ifmt MIXED
135+
-use_new_parser yes
136136
-opt_mode SPEED
137137
-register_balancing yes"""
138138
self.map_opt = "-ol high -w"

0 commit comments

Comments
 (0)
Please sign in to comment.