Skip to content

Commit

Permalink
ise: move -user_new_parser to xst_opt
Browse files Browse the repository at this point in the history
jordens authored and sbourdeauducq committed May 8, 2015
1 parent 70bc4ec commit 99fb0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mibuild/xilinx/ise.py
Original file line number Diff line number Diff line change
@@ -54,7 +54,6 @@ def _build_xst_files(device, sources, vincpaths, build_name, xst_opt):

xst_contents = """run
-ifn {build_name}.prj
-use_new_parser yes
-top top
{xst_opt}
-ofn {build_name}.ngc
@@ -133,6 +132,7 @@ def _run_ise(build_name, ise_path, source, mode, ngdbuild_opt,
class XilinxISEToolchain:
def __init__(self):
self.xst_opt = """-ifmt MIXED
-use_new_parser yes
-opt_mode SPEED
-register_balancing yes"""
self.map_opt = "-ol high -w"

0 comments on commit 99fb0d4

Please sign in to comment.