From: William D. Jones Date: Sat, 25 Apr 2015 12:29:08 +0000 (-0400) Subject: Add a command line option (-use_new_parser yes) to Xilinx XST to force use of the... X-Git-Tag: 24jan2021_ls180~2099^2~76 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=472665b81da46fa35ac7e1eb49386d187ae46abe;p=litex.git Add a command line option (-use_new_parser yes) to Xilinx XST to force use of the newer parser for older FPGAs. --- diff --git a/mibuild/xilinx/ise.py b/mibuild/xilinx/ise.py index 5f89c416..2fe69333 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