Add a command line option (-use_new_parser yes) to Xilinx XST to force use of the newer parser for older FPGAs.

This commit is contained in:
William D. Jones 2015-04-25 08:29:08 -04:00 committed by Sebastien Bourdeauducq
parent 73a1687562
commit 472665b81d
1 changed files with 1 additions and 0 deletions

View File

@ -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