Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vdt-plugin
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
vdt-plugin
Commits
e9f3cd70
Commit
e9f3cd70
authored
Jul 26, 2015
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added option use_new_parser to ISE XST (but it seems not working in ISE 14.7 anyway)
parent
2a0c95f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
3 deletions
+15
-3
ise_xst.xml
tools/Xilinx_ISE/ise_xst.xml
+15
-3
No files found.
tools/Xilinx_ISE/ise_xst.xml
View file @
e9f3cd70
...
...
@@ -86,6 +86,12 @@
<item
value=
"no"
label=
"no"
/>
</paramtype>
</typedef>
<typedef
name=
"YesNoType"
>
<paramtype
kind=
"enum"
base=
"String"
>
<item
value=
"yes"
label=
"yes"
/>
<item
value=
"no"
label=
"no"
/>
</paramtype>
</typedef>
<typedef
name=
"AutoYesNoType"
>
<paramtype
kind=
"enum"
base=
"String"
>
<item
value=
"auto"
label=
"auto "
/>
...
...
@@ -242,7 +248,11 @@
<depends
files=
"FilteredSourceListPar"
/>
<depends
files=
"FilteredIncludesListPar"
/>
<depends
files=
"constraints"
/>
</depends-list>
</depends-list>
<!-- Undocumented/hidden parameter to use old parser for old devices (such as Spartan3e) -->
<parameter
id=
"use_new_parser"
label=
"Use new parser"
tooltip=
"Use new parser (not default for old devices such as Spartan3e)"
default=
"yes"
visible=
"true"
omit=
"yes"
type=
"YesNoType"
format=
"Dash"
/>
<parameter
id=
"clean_start"
label=
"Clean start"
tooltip=
"Delete all files on remote before running XST"
default=
"true"
visible=
"true"
omit=
"false"
type=
"BoolYesNo"
format=
"Dash"
/>
<parameter
id=
"SkipSnapshotSynth"
label=
"Skip snapshot"
tooltip=
"Do not create snapshot after synthesis"
...
...
@@ -542,7 +552,8 @@
"ISEProjectRoot"
"ISERemoteDir"
</group>
<group
name =
"Synthesis Options"
>
<group
name =
"Synthesis Options"
>
"use_new_parser"
"constraints"
<!-- outid="uc" -->
"opt_mode"
"opt_level"
...
...
@@ -701,7 +712,8 @@
"run"
<!-- General options -->
<!-- "%ifmt"
"%input_file"-->
"%input_file"-->
"%use_new_parser"
"-ifn %xst_prj"
"%output_format"
<!-- outid="ofmt" -->
"%output_file"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment