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
5c54ebba
Commit
5c54ebba
authored
Feb 02, 2014
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missed this file to commit
parent
3dba8dd6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
vivado_unisims.xml
tools/Xilinx/vivado_unisims.xml
+26
-0
No files found.
tools/Xilinx/vivado_unisims.xml
0 → 100644
View file @
5c54ebba
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<tool
name=
"VivadoUnisims"
label=
"Get Xilinx unisims"
project=
"FPGA_project"
interface=
"VivadoInterface"
package=
"FPGA_package"
shell=
"/bin/bash"
description=
"Copy unisims library to the project directory"
>
<action-menu>
<action
label=
"Copy unisims"
resource=
""
icon=
"xilinx.png"
/>
</action-menu>
<output>
<line
name=
"copy_unisims"
>
"-c"
"rsync -avr -e ssh"
"%RemoteUser@%RemoteHost:%VivadoUnisimsAbsolutePath/unisims"
"./;"
"rsync -avr -e ssh"
"%RemoteUser@%RemoteHost:%VivadoUnisimsAbsolutePath/unisim_retarget_comp.v"
"unisims ;"
</line>
</output>
</tool>
</vdt-project>
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