ise: move -user_new_parser to xst_opt

This commit is contained in:
Robert Jordens 2015-05-07 18:18:56 -06:00 committed by Sebastien Bourdeauducq
parent 70bc4ecb59
commit 99fb0d4619
1 changed files with 1 additions and 1 deletions

View File

@ -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 @@ bitgen {bitgen_opt} {build_name}.ncd {build_name}.bit
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"