Add a command line option (-use_new_parser yes) to Xilinx XST to force use of the...
authorWilliam D. Jones <thor0505@comcast.net>
Sat, 25 Apr 2015 12:29:08 +0000 (08:29 -0400)
committerSebastien Bourdeauducq <sb@m-labs.hk>
Sat, 25 Apr 2015 15:01:07 +0000 (23:01 +0800)
mibuild/xilinx/ise.py

index 5f89c416946582cc1cb725fe406fa0f7ef8aca9d..2fe69333442154b759e611e1e8698c3f0c6eed20 100644 (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