From 472665b81da46fa35ac7e1eb49386d187ae46abe Mon Sep 17 00:00:00 2001 From: "William D. Jones" Date: Sat, 25 Apr 2015 08:29:08 -0400 Subject: [PATCH] Add a command line option (-use_new_parser yes) to Xilinx XST to force use of the newer parser for older FPGAs. --- mibuild/xilinx/ise.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mibuild/xilinx/ise.py b/mibuild/xilinx/ise.py index 5f89c4169..2fe693334 100644 --- a/mibuild/xilinx/ise.py +++ b/mibuild/xilinx/ise.py @@ -54,6 +54,7 @@ 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