Skip to content

Commit 472665b

Browse files
cr1901sbourdeauducq
authored andcommittedApr 25, 2015
Add a command line option (-use_new_parser yes) to Xilinx XST to force use of the newer parser for older FPGAs.
1 parent 73a1687 commit 472665b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎mibuild/xilinx/ise.py

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def _build_xst_files(device, sources, vincpaths, build_name, xst_opt):
5454

5555
xst_contents = """run
5656
-ifn {build_name}.prj
57+
-use_new_parser yes
5758
-top top
5859
{xst_opt}
5960
-ofn {build_name}.ngc

0 commit comments

Comments
 (0)
Please sign in to comment.