Skip to content

Commit

Permalink
Add a command line option (-use_new_parser yes) to Xilinx XST to forc…
Browse files Browse the repository at this point in the history
…e use of the newer parser for older FPGAs.
cr1901 authored and sbourdeauducq committed Apr 25, 2015
1 parent 73a1687 commit 472665b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mibuild/xilinx/ise.py
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 472665b

Please sign in to comment.