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
b418558a
Commit
b418558a
authored
Feb 15, 2014
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added route tool, minor changes in the existent ones
parent
f6688e88
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
341 additions
and
11 deletions
+341
-11
BasicInterface.xml
tools/BasicInterface.xml
+12
-6
DesignMenu.xml
tools/DesignMenu.xml
+4
-0
FPGA_project.xml
tools/FPGA_project.xml
+7
-0
Remote.xml
tools/SimpleSamples/Remote.xml
+16
-1
vivado_opt_place.xml
tools/Xilinx/vivado_opt_place.xml
+1
-1
vivado_route.xml
tools/Xilinx/vivado_route.xml
+298
-0
vivado_synthesis.xml
tools/Xilinx/vivado_synthesis.xml
+3
-3
No files found.
tools/BasicInterface.xml
View file @
b418558a
...
...
@@ -22,6 +22,10 @@
<paramtype
kind=
"bool"
formatTrue=
"On"
formatFalse=
"Off"
/>
</typedef>
<typedef
name =
"Bool_on_off"
>
<paramtype
kind=
"bool"
formatTrue=
"on"
formatFalse=
"off"
/>
</typedef>
<typedef
name =
"Cardinal"
>
<paramtype
kind=
"number"
lo=
"0"
hi=
"65535"
format=
"%d"
/>
</typedef>
...
...
@@ -82,12 +86,14 @@
</typedef>
<!-- Syntax definitions -->
<syntax
name=
"None"
format=
""
/>
<syntax
name=
"CopyValue"
format=
"%%ParamValue"
/>
<syntax
name=
"ParamListSyntax"
format=
"%(%%ParamValue%| %)"
/>
<syntax
name=
"Dash"
format=
" -%%ParamName %%ParamValue"
/>
<syntax
name=
"DashList"
format=
" -%%ParamName %(-s%%ParamValue%| %)"
/>
<syntax
name=
"DashName"
format=
" -%%ParamName"
/>
<syntax
name=
"None"
format=
""
/>
<syntax
name=
"CopyValue"
format=
"%%ParamValue"
/>
<syntax
name=
"ParamListSyntax"
format=
"%(%%ParamValue%| %)"
/>
<syntax
name=
"Dash"
format=
" -%%ParamName %%ParamValue"
/>
<!-- <syntax name="DashList" format=" -%%ParamName %(-s%%ParamValue%| %)" /> -->
<syntax
name=
"DashListIndividual"
format=
"%(-%%ParamName %%ParamValue%| %)"
/>
<syntax
name=
"DashListCommon"
format=
"-%%ParamName %(%%ParamValue%| %)"
/>
<syntax
name=
"DashName"
format=
" -%%ParamName"
/>
</interface>
...
...
tools/DesignMenu.xml
View file @
b418558a
...
...
@@ -52,6 +52,10 @@
label=
"Optimize and place design"
icon=
"mondrian2x2.png"
call=
"VivadoOptPlace"
/>
<menuitem
name=
"VivadoRoute"
label=
"Route design"
icon=
"route66.png"
call=
"VivadoRoute"
/>
<menuitem
name=
"Vivado Test"
label=
"Send a 'Hello World' command to the remote Vivado session"
icon=
"my_tool.gif"
...
...
tools/FPGA_project.xml
View file @
b418558a
...
...
@@ -124,6 +124,12 @@
<parameter
id=
"SnapshotOptPlace"
label=
"Placement snapshot"
tooltip=
"Name of Vivado snapshot archive after optimization/placement"
default=
"%%ProjectName-opt-pace.dcp"
type=
"String"
format=
"CopyValue"
/>
<parameter
id=
"SnapshotRoute"
label=
"Routing snapshot"
tooltip=
"Name of Vivado snapshot archive after routing"
default=
"%%ProjectName-route.dcp"
type=
"String"
format=
"CopyValue"
/>
""
<!-- same as in project -->
...
...
@@ -156,6 +162,7 @@
<group
name=
"VivadoSnapshots"
label=
"Vivado snapshot archive names"
>
"SnapshotSynth"
"SnapshotOptPlace"
"SnapshotRoute"
</group>
</input>
<output>
...
...
tools/SimpleSamples/Remote.xml
View file @
b418558a
...
...
@@ -43,6 +43,9 @@
<parameter
id=
"SSHExtra"
label=
"ssh extra parameters"
type=
"String"
format=
"CopyValue"
default=
""
readonly=
"false"
visible=
"true"
/>
<parameter
id=
"PythonConsole"
default=
"RemotePython"
type=
"String"
format=
"CopyValue"
visible=
"false"
/>
<input>
<group
name=
"General"
>
...
...
@@ -59,7 +62,8 @@
<output>
<line
name=
"command_line"
interrupt=
"\x03"
>
timeout=
"1"
keep-open=
"true"
>
"%ShellSwitches"
"%PreSSH"
"ssh"
...
...
@@ -75,6 +79,16 @@
"'"
"%SSHExtra"
</line>
<line
name=
"python_check"
dest=
"PythonConsole"
mark=
"``"
sep=
""
success=
"FINISH"
prompt=
"@@FINISH@@"
>
"print (\"********\")\n"
"print (\"@@FINISH@@\")\n\n"
</line>
</output>
</tool>
<tool
name=
"RemotePythonCommand"
project=
"FPGA_project"
label=
"RemotePythonCommand"
...
...
@@ -125,6 +139,7 @@
sep=
"\n"
prompt=
"@@FINISH@@"
stdout=
"parser_001"
success=
"FINISH"
timeout=
"Timeout"
>
"%RemoteCommand"
"print '@@FINISH@@'"
...
...
tools/Xilinx/vivado_opt_place.xml
View file @
b418558a
...
...
@@ -405,7 +405,7 @@
<!-- -top npmtest -part xc7k70tfbg484-2 -flatten rebuilt\n" -->
<if-and
SkipSnapshotPlace=
"false"
VivadoOptPlaceActionIndex=
"0"
>
<line
name=
"vivado_copy_after_
synth
"
>
<line
name=
"vivado_copy_after_
opt_place
"
>
"-c"
"mkdir -p %VivadoLocalDir ;"
"rsync -avr -e ssh"
...
...
tools/Xilinx/vivado_route.xml
0 → 100644
View file @
b418558a
This diff is collapsed.
Click to expand it.
tools/Xilinx/vivado_synthesis.xml
View file @
b418558a
...
...
@@ -110,11 +110,11 @@
<parameter
id=
"constrset"
label=
"Constraints set"
tooltip=
"Constraints set to use"
default=
""
visible=
"true"
omit=
""
type=
"String"
format=
"Dash"
/>
<parameter
id=
"include_dirs"
label=
"Include directory"
tooltip=
"Include directories for Verilog `include"
default=
""
visible=
"true"
omit=
""
type=
"Stringlist"
format=
"DashList"
/>
default=
""
visible=
"true"
omit=
""
type=
"Stringlist"
format=
"DashList
Individual
"
/>
<parameter
id=
"generic"
label=
"VHDL/Verilog parameters"
tooltip=
'"name=value" list of VHDL generic entity or Verilog parameter'
default=
""
visible=
"true"
omit=
""
type=
"Stringlist"
format=
"DashList"
/>
default=
""
visible=
"true"
omit=
""
type=
"Stringlist"
format=
"DashList
Individual
"
/>
<parameter
id=
"verilog_define"
label=
"Verilog defines"
tooltip=
'Verilog "macro=text" definitions'
default=
""
visible=
"true"
omit=
""
type=
"Stringlist"
format=
"DashList"
/>
default=
""
visible=
"true"
omit=
""
type=
"Stringlist"
format=
"DashList
Individual
"
/>
<parameter
id=
"flatten_hierarchy"
label=
"Flatten hierarchy"
tooltip=
"Flatten Hierarchy during LUT mapping"
default=
"rebuilt"
visible=
"true"
omit=
"rebuilt"
type=
"FlattenHierarchyType"
format=
"Dash"
/>
<parameter
id=
"gated_clock_conversion"
label=
"Gated clock conversion"
tooltip=
"Conversion of gated clocks to FF CE where possible"
...
...
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