ise: move -user_new_parser to xst_opt
authorRobert Jordens <jordens@gmail.com>
Fri, 8 May 2015 00:18:56 +0000 (18:18 -0600)
committerSebastien Bourdeauducq <sb@m-labs.hk>
Fri, 8 May 2015 03:18:45 +0000 (11:18 +0800)
mibuild/xilinx/ise.py

index 2fe69333442154b759e611e1e8698c3f0c6eed20..7f46abcb5a51787544c8feb6d5d9467212925b1b 100644 (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"