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
3dba8dd6
Commit
3dba8dd6
authored
Feb 02, 2014
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Split installation parameters, added copying primitives library to local
project directory
parent
52ced914
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
138 additions
and
68 deletions
+138
-68
DesignMenu.xml
tools/DesignMenu.xml
+5
-0
FPGA_project.xml
tools/FPGA_project.xml
+39
-4
vivado_launch.xml
tools/Xilinx/vivado_launch.xml
+1
-1
vivado_synthesis.xml
tools/Xilinx/vivado_synthesis.xml
+93
-63
No files found.
tools/DesignMenu.xml
View file @
3dba8dd6
...
...
@@ -35,6 +35,11 @@
<menu
name=
"Vivado"
label=
"Vivado Tools"
icon=
"xilinx.png"
>
<menuitem
name=
"CopyUnisims"
label=
"Copy Xilinx primitives library to the local project"
icon=
"xilinx.png"
call=
"VivadoUnisims"
/>
<menuitem
name=
"Vivado Server"
label=
"Run remote Vivado session"
icon=
"xilinx.png"
...
...
tools/FPGA_project.xml
View file @
3dba8dd6
...
...
@@ -29,9 +29,34 @@
<parameter
id=
"SSHSwitches"
label=
"Other ssh switches"
type=
"String"
format=
"CopyValue"
default=
""
readonly=
"false"
visible=
"true"
/>
<parameter
id=
"VivadoRelease"
label=
"Vivado release number (part of the path)"
type=
"String"
format=
"CopyValue"
default=
"2013.4"
readonly=
"false"
visible=
"true"
/>
<parameter
id=
"VivadoInstallationRoot"
label=
"Vivado Installation Root"
type=
"String"
format=
"CopyValue"
default=
"/opt/Xilinx/Vivado"
readonly=
"false"
visible=
"true"
/>
<parameter
id=
"VivadoRelativeExeOptions"
label=
"Vivado relative executable path and options"
type=
"String"
format=
"CopyValue"
default=
"bin/vivado -mode tcl"
readonly=
"false"
visible=
"true"
/>
<parameter
id=
"VivadoUnisimsPath"
label=
"Relative location of Xilinx unisims library"
type=
"String"
format=
"CopyValue"
default=
"data/verilog/src"
readonly=
"false"
visible=
"true"
/>
<!-- /opt/Xilinx/Vivado/2013.4/bin/vivado -mode tcl -->
<parameter
id=
"RemoteCommand"
label=
"Remote ssh command"
type=
"String"
format=
"CopyValue"
default=
"/opt/Xilinx/Vivado/2013.4/bin/vivado -mode tcl"
readonly=
"false"
type=
"String"
format=
"CopyValue"
default=
"%VivadoInstallationRoot/%VivadoRelease/%VivadoRelativeExeOptions"
readonly=
"true"
visible=
"true"
/>
<parameter
id=
"VivadoUnisimsAbsolutePath"
label=
"Full path of Xilinx unisims primitives library"
type=
"String"
format=
"CopyValue"
default=
"%VivadoInstallationRoot/%VivadoRelease/%VivadoUnisimsPath"
readonly=
"true"
visible=
"true"
/>
<parameter
id=
"SSHExtra"
label=
"ssh extra parameters"
type=
"String"
format=
"CopyValue"
default=
""
readonly=
"false"
visible=
"true"
/>
...
...
@@ -51,9 +76,14 @@
"ShellSwitches"
"PreSSH"
"SSHSwitches"
"RemoteCommand"
"SSHExtra"
"VivadoConsole"
"VivadoRelease"
"VivadoInstallationRoot"
"VivadoRelativeExeOptions"
"VivadoUnisimsPath"
"RemoteCommand"
"VivadoUnisimsAbsolutePath"
</group>
</input>
...
...
@@ -65,14 +95,17 @@
interface=
"FPGAPprojectInterface"
>
<!-- Simulation parameters -->
<parameter
id=
"SimulationTopFile"
label=
"Project top simulation file"
type=
"Filename"
default=
"
default_top (testing)
"
format=
"CopyValue"
type=
"Filename"
default=
""
format=
"CopyValue"
readonly=
"false"
/>
<parameter
id=
"SimulationTopModule"
label=
"Project top simulation module"
type=
"String"
default=
""
format=
"CopyValue"
readonly=
"false"
/>
<parameter
id=
"ImplementationTopFile"
label=
"Project file with top implementation module"
type=
"Filename"
default=
""
format=
"CopyValue"
readonly=
"false"
/>
<parameter
id=
"SimulDir"
label=
"project simulation directory"
type=
"Pathname"
default=
"simulation"
format=
"CopyValue"
readonly=
"false"
/>
<!-- Vivado parameters -->
<parameter
id=
"part"
label=
"Xilinx device to use"
default=
""
visible=
"true"
omit=
""
type=
"String"
format=
"Dash"
/>
<parameter
id=
"VivadoProjectRoot"
label=
"Relative (to user home directory) path of the workspace on Vivado server"
type=
"String"
default=
"vdt"
format=
"RemoteRootSyntax"
readonly=
"false"
/>
...
...
@@ -102,9 +135,11 @@
<group
name=
"Simulation"
label=
"Simulation properties"
>
"SimulationTopFile"
"SimulationTopModule"
"ImplementationTopFile"
"SimulDir"
</group>
<group
name=
"Vivado"
label=
"Vivado general properties"
>
"part"
"VivadoProjectRoot"
"VivadoLocalDir"
"VivadoIgnoreSource"
...
...
tools/Xilinx/vivado_launch.xml
View file @
3dba8dd6
...
...
@@ -15,7 +15,7 @@
</input>
<output>
<line
name=
"
vivado_launch
"
<line
name=
"
Vivado
"
interrupt=
"\x03"
>
"%ShellSwitches"
"%PreSSH"
...
...
tools/Xilinx/vivado_synthesis.xml
View file @
3dba8dd6
This diff is collapsed.
Click to expand it.
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