From 99fb0d461973428187f8b8335b3da33a4ec740a9 Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Thu, 7 May 2015 18:18:56 -0600 Subject: [PATCH] ise: move -user_new_parser to xst_opt --- mibuild/xilinx/ise.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mibuild/xilinx/ise.py b/mibuild/xilinx/ise.py index 2fe69333..7f46abcb 100644 --- a/mibuild/xilinx/ise.py +++ b/mibuild/xilinx/ise.py @@ -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" -- 2.30.2