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
c9ce9dff
Commit
c9ce9dff
authored
Jul 03, 2016
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed demo tools, added tool configs versions
parent
4a010b7b
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
14 additions
and
102 deletions
+14
-102
BasicInterface.xml
tools/BasicInterface.xml
+1
-2
DesignMenu.xml
tools/DesignMenu.xml
+1
-86
FPGA_project.xml
tools/FPGA_project.xml
+3
-3
Installation.xml
tools/Installation.xml
+1
-1
Cocotb.xml
tools/Verilog/Cocotb.xml
+3
-4
IVerilog.xml
tools/Verilog/IVerilog.xml
+3
-4
vivado_synthesis.xml
tools/Xilinx_Vivado/vivado_synthesis.xml
+1
-1
vivado_timing_summary_synthesis.xml
tools/Xilinx_Vivado/vivado_timing_summary_synthesis.xml
+1
-1
No files found.
tools/BasicInterface.xml
View file @
c9ce9dff
...
...
@@ -26,8 +26,7 @@
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
<vdt-project
version=
"1.0"
>
<!-- ===== Basic interface ===== -->
<interface
name =
"BasicInterface"
>
...
...
tools/DesignMenu.xml
View file @
c9ce9dff
...
...
@@ -26,7 +26,7 @@
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
<vdt-project
version=
"1.0"
>
<menu
name=
"MainDesignMenu"
label=
"Verilog Tools Menu"
icon=
"setup.png"
...
...
@@ -221,90 +221,5 @@
</menu>
</menu>
<menu
name=
"MainDesignMenu2"
label=
"Design Menu 2"
icon=
"sample.gif"
tip=
"This is an user menu"
inherits=
"MainDesignMenu"
>
<menu
name=
"Python tests"
label=
"Tests with remote Python console"
icon=
"python.png"
>
<menuitem
name=
"RemotePython"
label=
"Run remote Python session"
icon=
"python.png"
call=
"RemotePython"
/>
<menuitem
name=
"RemotePythonCommand"
label=
"Send a command to the remote Python session"
icon=
"my_tool.gif"
call=
"RemotePythonCommand"
/>
</menu>
<menu
name=
"OtherStuff"
label=
"Various Sample Tools"
>
<menuitem
name=
"tool1"
label=
"MyTool_exe"
icon=
"my_tool.gif"
call=
"MyTool_exe"
/>
<menuitem
name=
"tool2"
label=
"MyTool2_exe"
icon=
"my_tool.gif"
call=
"MyTool2_exe"
/>
<menuitem
name=
"tool3"
label=
"MyTool"
icon=
"my_tool.gif"
call=
"MyTool"
/>
<menuitem
name=
"Test VDT"
label=
"Testing some VDT features"
icon=
"sample.gif"
call=
"VDTTest"
/>
<!--
<menuitem name="Test VDT-A"
label="Testing some VDT features"
icon="sample.gif"
tool-instance="VDTTest_inst2"
call="VDTTest"/>
-->
<menuitem
name=
"Test VDT1"
label=
"Testing some VDT features - variant 1"
icon=
"sample.gif"
call=
"VDTTest1"
/>
</menu>
</menu>
<menu
name=
"MainDesignMenu3"
label=
"Design Menu 3"
icon=
"sample.gif"
tip=
"This is another custom user menu"
inherits=
"MainDesignMenu2"
>
<menu
name=
"JustAnotherStuff"
label=
"Just Another Stuff"
icon=
"sample.gif"
inherits=
"MainDesignMenu2"
after=
"Python tests"
/>
<menuitem
name=
"GREP"
label=
"Run GREP"
call=
"grep"
/>
<menu
name=
"Python tests"
label=
"Tests with remote Python console"
icon=
"python.png"
>
<menuitem
name=
"RemotePython"
label=
"Run remote Python session"
icon=
"python.png"
call=
"RemotePython"
/>
<menuitem
name=
"RemotePythonCommand"
label=
"Send a command to the remote Python session"
icon=
"my_tool.gif"
call=
"RemotePythonCommand"
/>
</menu>
</menu>
</vdt-project>
tools/FPGA_project.xml
View file @
c9ce9dff
...
...
@@ -26,7 +26,7 @@
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
<vdt-project
version=
"1.0"
>
<interface
name=
"FPGAPprojectInterface"
>
<syntax
name=
"RemoteRootSyntax"
format=
"%%ParamValue/%%ProjectName"
/>
<syntax
name=
"ProgramSyntax"
format=
"%(%%ParamValue%|\n%)"
/>
...
...
@@ -297,8 +297,8 @@
<parameter
id=
"ISEIgnoreSource"
label=
"Ignore source files"
tooltip=
"Pattern to ignore source files that match this regular expression"
type=
"String"
default=
".*unisims.*"
format=
"CopyValue"
readonly=
"false"
/>
<!-- Quartus parameters -->
<parameter
id=
"part"
label=
"Device"
tooltip=
"FPGA part number (device) to use"
default=
""
visible=
"true"
omit=
""
type=
"String"
format=
"CopyValue"
/>
<!--
<parameter id="part" label="Device" tooltip= "FPGA part number (device) to use"
default="" visible="true" omit="" type="String" format="CopyValue"/>
-->
<parameter
id=
"QuartusProjectRoot"
label=
"Workspace directory"
tooltip=
"Relative (to user home directory) path of the workspace on Quartus server"
type=
"String"
default=
"vdt"
format=
"RemoteRootSyntax"
readonly=
"false"
/>
...
...
tools/Installation.xml
View file @
c9ce9dff
...
...
@@ -26,7 +26,7 @@
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
<vdt-project
version=
"1.0"
>
<interface
name =
"installation_interface"
>
<typedef
name =
"OSKind"
>
<paramtype
kind=
"enum"
base=
"String"
>
...
...
tools/Verilog/Cocotb.xml
View file @
c9ce9dff
...
...
@@ -26,8 +26,7 @@
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
<vdt-project
version=
"0.8"
>
<interface
name=
"Cocotb"
extends=
"FPGAPprojectInterface"
>
<!-- Syntax definitions -->
<typedef
name=
"CocotbSimulatorsType"
>
...
...
@@ -255,9 +254,9 @@
<!-- <parameter id="Param_SourceList" label="Param_SourceList"
type="Stringlist" format="SourceListSyntax" default="" readonly="true"
visible="true" />
-->
visible="true" />
<parameter id="SourceListPar" label="Param_SourceList" type="Filelist"
format=
"ParamListSyntax"
default=
"%%FilteredSourceList"
readonly=
"true"
visible=
"false"
/>
format="ParamListSyntax" default="%%FilteredSourceList" readonly="true" visible="false" />
-->
<parameter
id=
"ShowNoProblem"
type=
"BoolYesNo"
format=
"None"
...
...
tools/Verilog/IVerilog.xml
View file @
c9ce9dff
...
...
@@ -26,8 +26,7 @@
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
<vdt-project
version=
"1.1"
>
<interface
name=
"IVerilog"
extends=
"FPGAPprojectInterface"
>
<!-- Syntax definitions -->
...
...
@@ -182,9 +181,9 @@
<!-- <parameter id="Param_SourceList" label="Param_SourceList"
type="Stringlist" format="SourceListSyntax" default="" readonly="true"
visible="true" />
-->
visible="true" />
<parameter id="SourceListPar" label="Param_SourceList" type="Filelist"
format=
"ParamListSyntax"
default=
"%%FilteredSourceList"
readonly=
"true"
visible=
"false"
/>
format="ParamListSyntax" default="%%FilteredSourceList" readonly="true" visible="false" />
-->
<parameter
id=
"ShowNoProblem"
type=
"BoolYesNo"
format=
"None"
...
...
tools/Xilinx_Vivado/vivado_synthesis.xml
View file @
c9ce9dff
...
...
@@ -26,7 +26,7 @@
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
<vdt-project
version=
"1.1"
>
<interface
name=
"VivadoSynthesisInterface"
extends=
"VivadoInterface"
>
<syntax
name=
"read_xdc_syntax"
format=
"%(read_xdc -unmanaged %%ParamValue%|\n%)"
/>
<typedef
name=
"FlattenHierarchyType"
>
...
...
tools/Xilinx_Vivado/vivado_timing_summary_synthesis.xml
View file @
c9ce9dff
...
...
@@ -43,7 +43,7 @@
<action-menu>
<action
label=
"Report post-synthesis timing summary"
resource=
""
icon=
"clock_sum.png"
/>
</action-menu>
<parameter
id=
"DisableVivadoTimingSummary"
/
>
<!-- <parameter id="DisableVivadoTimingSummary"/> --
>
<parameter
id=
"DisableVivadoTimingSummary"
label=
"Disable"
tooltip=
"Disable post-synthesis timing summary report"
default=
"false"
type=
"Boolean"
format=
"None"
/>
...
...
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