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:
parent
73a1687562
commit
472665b81d
|
@ -54,6 +54,7 @@ def _build_xst_files(device, sources, vincpaths, build_name, xst_opt):
|
||||||
|
|
||||||
xst_contents = """run
|
xst_contents = """run
|
||||||
-ifn {build_name}.prj
|
-ifn {build_name}.prj
|
||||||
|
-use_new_parser yes
|
||||||
-top top
|
-top top
|
||||||
{xst_opt}
|
{xst_opt}
|
||||||
-ofn {build_name}.ngc
|
-ofn {build_name}.ngc
|
||||||
|
|
Loading…
Reference in New Issue