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
52ced914
Commit
52ced914
authored
Feb 02, 2014
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed renamed parameter
parent
fb864f90
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
33 deletions
+7
-33
IVerilog.xml
tools/Verilog/IVerilog.xml
+7
-33
No files found.
tools/Verilog/IVerilog.xml
View file @
52ced914
...
...
@@ -17,28 +17,16 @@
<syntax
name=
"GrepSkipSyntax"
format=
"| { grep --line-buffered -v "%%ParamValue" || true; }"
/>
<!-- <syntax name="LogFileSyntax" format="%BuildDirSlash%%ParamValue-%%BuildStamp.log" />
<syntax name="OutFileSyntax" format="%BuildDirSlash%%ParamValue-%%BuildStamp.ivlg" />
<syntax name="LxtFileSyntax" format="%BuildDirSlash%%ParamValue-%%BuildStamp.lxt" />
-->
<syntax
name=
"LogFileSyntax"
format=
"%%ParamValue-%%BuildStamp.log"
/>
<syntax
name=
"OutFileSyntax"
format=
"%%ParamValue-%%BuildStamp.ivlg"
/>
<syntax
name=
"LxtFileSyntax"
format=
"%%ParamValue-%%BuildStamp.lxt"
/>
<!--
<syntax
name=
"LogFileLatestSyntax"
format="ln -sf %
BuildDirSlash%%ParamValue-%%BuildStamp.log %BuildDirSlash
%%ParamValue-latest.log;" />
format=
"ln -sf %
%ParamValue-%%BuildStamp.log %SimulDir/
%%ParamValue-latest.log;"
/>
<syntax
name=
"OutputFileLatestSyntax"
format="ln -sf %
BuildDirSlash%%ParamValue-%%BuildStamp.ivlg %BuildDirSlash
%%ParamValue-latest.ivlg;" />
format=
"ln -sf %
%ParamValue-%%BuildStamp.ivlg %SimulDir/
%%ParamValue-latest.ivlg;"
/>
<syntax
name=
"LxtFileLatestSyntax"
format="ln -sf %BuildDirSlash%%ParamValue-%%BuildStamp.lxt %BuildDirSlash%%ParamValue-latest.lxt;" />
-->
<syntax
name=
"LogFileLatestSyntax"
format=
"ln -sf %%ParamValue-%%BuildStamp.log %BuildDir/%%ParamValue-latest.log;"
/>
<syntax
name=
"OutputFileLatestSyntax"
format=
"ln -sf %%ParamValue-%%BuildStamp.ivlg %BuildDir/%%ParamValue-latest.ivlg;"
/>
<syntax
name=
"LxtFileLatestSyntax"
format=
"ln -sf %%ParamValue-%%BuildStamp.lxt %BuildDir/%%ParamValue-latest.lxt;"
/>
format=
"ln -sf %%ParamValue-%%BuildStamp.lxt %SimulDir/%%ParamValue-latest.lxt;"
/>
<!-- include file has target, not link value -->
...
...
@@ -228,29 +216,15 @@
<parameter
id=
"LxtDumpFileLatest"
default=
"%LxtDumpFile"
type=
"String"
format=
"LxtFileLatestSyntax"
visible=
"false"
/>
<!--
<parameter id="LogFileFull" default="%BuildDirSlash%LogFile"
visible="false" type="String" format="CopyValue"/>
<parameter id="OutFileFull" default="%BuildDirSlash%OutFile"
visible="false" type="String" format="CopyValue"/>
<parameter id="LxtDumpFileFull" default="%BuildDirSlash%LxtDumpFile"
visible="false" type="String" format="CopyValue"/>
-->
<parameter
id=
"LogFileFull"
default=
"%BuildDir/%LogFile"
<parameter
id=
"LogFileFull"
default=
"%SimulDir/%LogFile"
visible=
"false"
type=
"String"
format=
"LogFileSyntax"
/>
<parameter
id=
"OutFileFull"
default=
"%
Build
Dir/%OutFile"
<parameter
id=
"OutFileFull"
default=
"%
Simul
Dir/%OutFile"
visible=
"false"
type=
"String"
format=
"OutFileSyntax"
/>
<parameter
id=
"LxtDumpFileFull"
default=
"%
Build
Dir/%LxtDumpFile"
<parameter
id=
"LxtDumpFileFull"
default=
"%
Simul
Dir/%LxtDumpFile"
visible=
"false"
type=
"String"
format=
"LxtFileSyntax"
/>
<input>
<group
name=
"files"
label=
"Files"
>
...
...
@@ -298,7 +272,7 @@
"%Param_PreExe"
<!-- MKDIR - ALWAYS -->
"mkdir -p"
"%
Build
Dir"
"%
Simul
Dir"
";"
<if
SaveLogsPreprocessor=
"true"
SaveLogsSimulator=
"true"
>
...
...
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