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
185780d4
Commit
185780d4
authored
Feb 03, 2014
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Continue implementation of the Xilinx tools settings control.
parent
9adc4c4e
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
390 additions
and
1 deletion
+390
-1
DesignMenu.xml
tools/DesignMenu.xml
+7
-0
FPGA_project.xml
tools/FPGA_project.xml
+10
-0
vivado_interface.xml
tools/Xilinx/vivado_interface.xml
+5
-0
vivado_opt_place.xml
tools/Xilinx/vivado_opt_place.xml
+367
-0
vivado_synthesis.xml
tools/Xilinx/vivado_synthesis.xml
+1
-1
No files found.
tools/DesignMenu.xml
View file @
185780d4
...
...
@@ -52,6 +52,13 @@
label=
"Run Vivado synthesis"
icon=
"xilinx.png"
call=
"VivadoSynthesis"
/>
<menuitem
name=
"VivadoOptPlace"
label=
"Optimize and place design"
icon=
"xilinx.png"
call=
"VivadoOptPlace"
/>
</menu>
</menu>
...
...
tools/FPGA_project.xml
View file @
185780d4
...
...
@@ -123,6 +123,15 @@
default=
"%%ProjectName-synth.dcp"
type=
"String"
format=
"CopyValue"
/>
<parameter
id=
"SnapshotOptPlace"
label=
"name of Vivado snapshot archive after optimization/placement"
default=
"%%ProjectName-opt-pace.dcp"
type=
"String"
format=
"CopyValue"
/>
""
<!-- same as in project -->
<!-- Invisible (calculated) project-wide parameters -->
<parameter
id=
"SimulDirSlash"
type=
"Pathname"
visible=
"false"
default=
"?%SimulDir=:,%SimulDir/"
format=
"CopyValue"
/>
...
...
@@ -148,6 +157,7 @@
<!-- TODO: make time-stamped and "latest" for snapshots -->
<group
name=
"VivadoSnapshots"
label=
"Vivado snapshot archive names"
>
"SnapshotSynth"
"SnapshotOptPlace"
</group>
</input>
<output>
...
...
tools/Xilinx/vivado_interface.xml
View file @
185780d4
...
...
@@ -2,6 +2,11 @@
<vdt-project>
<interface
name=
"VivadoInterface"
extends=
"FPGAPprojectInterface"
>
<syntax
name=
"QuietSyntax"
format=
" -quiet"
/>
<syntax
name=
"VerboseSyntax"
format=
" -verbose"
/>
<syntax
name=
"DirectiveSyntax"
format=
" -directive %%ParamValue"
/>
<!--
<syntax name="ProgramSyntax" format="%(%%ParamValue%|\n%)" />
<syntax name="read_xdc_syntax" format="%(read_xdc %%ParamValue%|\n%)" /> -->
...
...
tools/Xilinx/vivado_opt_place.xml
0 → 100644
View file @
185780d4
This diff is collapsed.
Click to expand it.
tools/Xilinx/vivado_synthesis.xml
View file @
185780d4
...
...
@@ -49,7 +49,7 @@
</typedef>
</interface>
<tool
name=
"VivadoSynthesis"
label=
"Load Source files to Vivado"
<tool
name=
"VivadoSynthesis"
label=
"Load Source files to Vivado
and Synthesise
"
project=
"FPGA_project"
interface=
"VivadoSynthesisInterface"
package=
"FPGA_package"
...
...
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