mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue