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
95d1aad6
Commit
95d1aad6
authored
May 28, 2014
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added include directory option
parent
9ae22047
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletion
+15
-1
IVerilog.xml
tools/Verilog/IVerilog.xml
+15
-1
No files found.
tools/Verilog/IVerilog.xml
View file @
95d1aad6
...
...
@@ -37,6 +37,7 @@
<syntax
name=
"TopModuleSyntax"
format=
"-s%%TopModule"
/>
<syntax
name=
"TopModulesOtherSyntax"
format=
"%(-s%%ParamValue%| %)"
/>
<syntax
name=
"ModuleLibrarySyntax"
format=
"%(-y%%ParamValue%| %)"
/>
<syntax
name=
"IncludeDirSyntax"
format=
"%(-I%%ParamValue%| %)"
/>
<syntax
name=
"ExtraFilesSyntax"
format=
"%(%%ParamValue%| %)"
/>
<syntax
name=
"SwitchSyntax"
format=
"-%%ParamName"
/>
<syntax
name=
"GrepFindSyntax"
...
...
@@ -68,6 +69,12 @@
<paramtype
kind=
"string"
default=
""
textkind=
"dir"
maxlength=
"256"
sensitivity=
"sensitive"
/>
</typedef>
<typedef
name=
"IncludeDirType"
list=
"true"
>
<paramtype
kind=
"string"
default=
""
textkind=
"dir"
maxlength=
"256"
sensitivity=
"sensitive"
/>
</typedef>
<typedef
name=
"SwitchType"
>
<paramtype
kind=
"bool"
formatTrue=
"-%%ParamName"
formatFalse=
""
/>
...
...
@@ -87,7 +94,8 @@
shell=
"bash"
package=
"FPGA_package"
interface=
"IVerilog"
errors=
"(.*):([0-9]+): [a-z_\- ]*error: (.*)"
warnings=
"(.*):([0-9]+): [a-z_\- ]*warning: (.*)"
info=
"(.*):([0-9]+): [a-z_\- ]*info: (.*)"
>
<!--do not actually exist -->
warnings=
"(.*):([0-9]+): [a-z_\- ]*warning: (.*)"
info=
"(.*):([0-9]+): [a-z_\- ]*sorry: (.*)"
>
<extensions-list>
<extension
mask=
"v"
/>
...
...
@@ -142,6 +150,10 @@
default=
""
label=
"Select additional files to include"
readonly=
"false"
visible=
"true"
/>
<parameter
id=
"IncludeDir"
type=
"IncludeDirType"
format=
"IncludeDirSyntax"
default=
""
label=
"Select include file directories"
omit=
""
readonly=
"false"
visible=
"true"
/>
<parameter
id=
"legacy_model"
outid=
"legacy_model"
type=
"D_ParamType"
format=
"D_ParamSyntax"
default=
"true"
label=
"Use legacy model"
/>
...
...
@@ -272,6 +284,7 @@
"TopModulesOther"
"ExtraFiles"
"ModuleLibrary"
"IncludeDir"
"GTKWaveSavFile"
"IncludeParametersList"
</group>
...
...
@@ -338,6 +351,7 @@
"%Param_TopModule"
"%TopModulesOther"
"%ModuleLibrary"
"%IncludeDir"
"%legacy_model"
"%no_specify"
"%v"
...
...
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