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
8c4668b9
Commit
8c4668b9
authored
Feb 16, 2014
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added bitstream generation command
parent
e4d8cb76
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
272 additions
and
4 deletions
+272
-4
DesignMenu.xml
tools/DesignMenu.xml
+4
-0
vivado_bitstream.xml
tools/Xilinx/vivado_bitstream.xml
+264
-0
vivado_route.xml
tools/Xilinx/vivado_route.xml
+4
-4
No files found.
tools/DesignMenu.xml
View file @
8c4668b9
...
...
@@ -56,6 +56,10 @@
label=
"Route design"
icon=
"route66.png"
call=
"VivadoRoute"
/>
<menuitem
name=
"VivadoBitstream"
label=
"Generate bitstream"
icon=
"bitstream.png"
call=
"VivadoBitstream"
/>
<menuitem
name=
"Vivado Test"
label=
"Send a 'Hello World' command to the remote Vivado session"
icon=
"my_tool.gif"
...
...
tools/Xilinx/vivado_bitstream.xml
0 → 100644
View file @
8c4668b9
This diff is collapsed.
Click to expand it.
tools/Xilinx/vivado_route.xml
View file @
8c4668b9
...
...
@@ -26,7 +26,7 @@
<action-menu>
<action
label=
"Route"
resource=
""
icon=
"route66.png"
/>
</action-menu>
<parameter
id=
"FromMemory
Routing
"
label=
"Run from memory"
tooltip=
"Do not load snapshot created after placement"
<parameter
id=
"FromMemory"
label=
"Run from memory"
tooltip=
"Do not load snapshot created after placement"
default=
"false"
type=
"Boolean"
format=
"None"
/>
<parameter
id=
"SkipPreRoute"
label=
"Skip pre-route"
tooltip=
"Do not run pre route TCL commands"
default=
"false"
type=
"Boolean"
format=
"None"
/>
...
...
@@ -136,7 +136,7 @@
<input>
<group
name=
"General"
>
"FromMemory
Routing
"
"FromMemory"
"SkipPreRoute"
"SkipSnapshotRoute"
"SnapshotRoute"
<!-- same as in project -->
...
...
@@ -189,7 +189,7 @@
<output>
<!-- mkdir -p vdt/npmtest-->
<!-- Now skipping completely pre_opt copying - maybe some will still be needed (custom tcl scripts), then move conditional inside block -->
<if
FromMemory
Routing
=
"false"
>
<if
FromMemory =
"false"
>
<line
name=
"vivado_copy_pre_opt"
>
"-c"
<!-- Create project directory on remote server if it did not exist -->
...
...
@@ -222,7 +222,7 @@
"set outputDir ~/%VivadoProjectRoot/build\n"
"file mkdir $outputDir\n"
<!-- Start fresh from the loaded checkpoint -->
<if
FromMemory
Routing
=
"false"
>
<if
FromMemory =
"false"
>
"open_checkpoint %SnapshotOptPlace\n"
</if>
<!-- Run pre-route TCL commands (if specified) -->
...
...
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