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
a96d6ad2
Commit
a96d6ad2
authored
Mar 03, 2014
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added tool prototype to specify common parser options for related tools
parent
f9dccac4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
98 additions
and
0 deletions
+98
-0
vivado_proto.xml
tools/Xilinx/vivado_proto.xml
+98
-0
No files found.
tools/Xilinx/vivado_proto.xml
0 → 100644
View file @
a96d6ad2
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<tool
name=
"VivadoToolPrototype"
label=
"VivadoToolPrototype"
project=
"FPGA_project"
interface=
"VivadoInterface"
package=
"FPGA_package"
shell=
"/bin/bash"
description=
"Vivado tool prototype"
abstract=
"true"
parser=
"true"
>
<!-- parser parameters -->
<parameter
id=
"PatternErrors"
label=
"Errors"
tooltip=
"Regular expression for error messages"
default=
".*ERROR: (\[.*\].*)\[(.*):([0-9]+)\]"
visible=
"true"
type=
"String"
format=
"CopyValue"
/>
<parameter
id=
"PatternWarnings"
label=
"Warnings"
tooltip=
"Regular expression for warnings messages"
default=
".*WARNING: (\[.*\].*)\[(.*):([0-9]+)\]"
visible=
"true"
type=
"String"
format=
"CopyValue"
/>
<parameter
id=
"PatternInfo"
label=
"Info"
tooltip=
"Regular expression for info messages"
default=
".*INFO: (\[.*\].*)\[(.*):([0-9]+)\]"
visible=
"true"
type=
"String"
format=
"CopyValue"
/>
<parameter
id=
"NoFileProblem"
label=
"No-file problems"
tooltip=
"Report problems that do not specify particular source file/line"
default=
"true"
visible=
"true"
omit=
"false"
type=
"Boolean"
format=
"None"
/>
<parameter
id=
"Drc"
label=
"Drc"
tooltip=
"Enable problems with [Drc to be reported"
default=
"true"
visible=
"true"
omit=
"true"
type=
"Boolean"
format=
"GrepFilterProblemSyntax"
/>
<parameter
id=
"Vivado_Tcl"
label=
"Vivado_Tcl"
tooltip=
"Enable problems with [Vivado_Tcl to be reported"
default=
"true"
visible=
"true"
omit=
"true"
type=
"Boolean"
format=
"GrepFilterProblemSyntax"
/>
<parameter
id=
"Route"
label=
"Route"
tooltip=
"Enable problems with [Route to be reported"
default=
"true"
visible=
"true"
omit=
"true"
type=
"Boolean"
format=
"GrepFilterProblemSyntax"
/>
<parameter
id=
"Memdata"
label=
"Memdata"
tooltip=
"Enable problems with [Memdata to be reported"
default=
"true"
visible=
"true"
omit=
"true"
type=
"Boolean"
format=
"GrepFilterProblemSyntax"
/>
<parameter
id=
"Synth"
label=
"Synth"
tooltip=
"Enable problems with [Synth to be reported"
default=
"true"
visible=
"true"
omit=
"true"
type=
"Boolean"
format=
"GrepFilterProblemSyntax"
/>
<parameter
id=
"Netlist"
label=
"Netlist"
tooltip=
"Enable problems with [Netlist to be reported"
default=
"true"
visible=
"true"
omit=
"true"
type=
"Boolean"
format=
"GrepFilterProblemSyntax"
/>
<parameter
id=
"Opt"
label=
"Opt"
tooltip=
"Enable problems with [Opt to be reported"
default=
"true"
visible=
"true"
omit=
"true"
type=
"Boolean"
format=
"GrepFilterProblemSyntax"
/>
<parameter
id=
"Project"
label=
"Project"
tooltip=
"Enable problems with [Project to be reported"
default=
"true"
visible=
"true"
omit=
"true"
type=
"Boolean"
format=
"GrepFilterProblemSyntax"
/>
<parameter
id=
"Timing"
label=
"Timing"
tooltip=
"Enable problems with [Timing to be reported"
default=
"true"
visible=
"true"
omit=
"true"
type=
"Boolean"
format=
"GrepFilterProblemSyntax"
/>
<parameter
id=
"Pwropt"
label=
"Pwropt"
tooltip=
"Enable problems with [Pwropt to be reported"
default=
"true"
visible=
"true"
omit=
"true"
type=
"Boolean"
format=
"GrepFilterProblemSyntax"
/>
<parameter
id=
"OtherProblems"
label=
"Other problems"
tooltip=
"Other problem patterns (after opening '[') to be suppressed)"
default=
""
visible=
"true"
omit=
""
type=
"Stringlist"
format=
"GrepFilterProblemOtherSyntax"
/>
<input>
<group
name=
"Parser"
weight=
"10"
>
"NoFileProblem"
"Drc"
"Vivado_Tcl"
"Route"
"Memdata"
"Synth"
"Netlist"
"Opt"
"Project"
"Timing"
"Pwropt"
"OtherProblems"
"---"
"PatternErrors"
"PatternWarnings"
"PatternInfo"
</group>
</input>
<output>
<line
name=
"parser_Vivado"
errors=
"PatternErrors"
warnings=
"PatternWarnings"
info=
"PatternInfo"
>
"-c"
"%GrepEWI"
"| %SedPaths"
<if
NoBabyTalk=
"true"
>
"| grep --line-buffered -v \"license\""
</if>
"%Drc"
"%Vivado_Tcl"
"%Route"
"%Memdata"
"%Synth"
"%Netlist"
"%Opt"
"%Project"
"%Timing"
"%Pwropt"
"%OtherProblems"
<!-- TODO: change Placement to Routing? or such -->
<if
NoFileProblem=
"true"
>
<!-- Add [Placement:0000] to lines that do not have [file:line] - then "Placement" will appear in "Problems" location-->
"| sed -u 's@^[^\[]*\[[^\[]*$@
&
\[Bitstream:0000\]@'"
</if>
</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