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
6f184aa0
Commit
6f184aa0
authored
May 15, 2014
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added "CRITICAL WARNING" as different from "WARNING" for Vivado output,
mark it as an error
parent
001ae6a0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
ise_proto.xml
tools/Xilinx_ISE/ise_proto.xml
+3
-3
vivado_proto.xml
tools/Xilinx_Vivado/vivado_proto.xml
+4
-4
No files found.
tools/Xilinx_ISE/ise_proto.xml
View file @
6f184aa0
...
...
@@ -53,13 +53,13 @@
<!-- parser parameters -->
<!-- TODO: parser is temporarily copied from Vivado, change to ISE -->
<parameter
id=
"PatternErrors"
label=
"Errors"
tooltip=
"Regular expression for error messages"
default=
'
ERROR:
(\S*).*"(.*)"\s*Line\s*([0-9]+):\s*(\S.*)'
default=
'
(ERROR:)
(\S*).*"(.*)"\s*Line\s*([0-9]+):\s*(\S.*)'
visible=
"true"
type=
"String"
format=
"CopyValue"
/>
<parameter
id=
"PatternWarnings"
label=
"Warnings"
tooltip=
"Regular expression for warnings messages"
default=
'
WARNING:
(\S*).*"(.*)"\s*Line\s*([0-9]+):\s*(\S.*)'
default=
'
(WARNING:)
(\S*).*"(.*)"\s*Line\s*([0-9]+):\s*(\S.*)'
visible=
"true"
type=
"String"
format=
"CopyValue"
/>
<parameter
id=
"PatternInfo"
label=
"Info"
tooltip=
"Regular expression for info messages"
default=
'
INFO:
(\S*).*"(.*)"\s*Line\s*([0-9]+):\s*(\S.*)'
default=
'
(INFO:)
(\S*).*"(.*)"\s*Line\s*([0-9]+):\s*(\S.*)'
visible=
"true"
type=
"String"
format=
"CopyValue"
/>
<parameter
id=
"InstanceCapture"
label=
"Instance capture"
tooltip=
"Regular expression to extract hierarchical instance name (outer '()' enclose the hierarchical name itself)"
...
...
tools/Xilinx_Vivado/vivado_proto.xml
View file @
6f184aa0
...
...
@@ -37,13 +37,13 @@
>
<!-- parser parameters -->
<parameter
id=
"PatternErrors"
label=
"Errors"
tooltip=
"Regular expression for error messages"
default=
".*
ERROR:
(\[.*\].*)\[(.*):([0-9]+)\]"
default=
".*
(ERROR:|CRITICAL WARNING:)
(\[.*\].*)\[(.*):([0-9]+)\]"
visible=
"true"
type=
"String"
format=
"CopyValue"
/>
<parameter
id=
"PatternWarnings"
label=
"Warnings"
tooltip=
"Regular expression for warnings messages"
default=
".*
WARNING:
(\[.*\].*)\[(.*):([0-9]+)\]"
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]+)\]"
default=
".*
(INFO:)
(\[.*\].*)\[(.*):([0-9]+)\]"
visible=
"true"
type=
"String"
format=
"CopyValue"
/>
<parameter
id=
"InstanceCapture"
label=
"Instance capture"
...
...
@@ -100,7 +100,7 @@
type=
"String"
format=
"None"
default=
"?%ShowInfo=true: |INFO, "
/>
<parameter
id=
"GrepEWI"
label=
"Grep filter"
tooltip=
"Calculated grep filter"
default=
"grep --line-buffered -E 'ERROR%PreGrepW%PreGrepI'"
default=
"grep --line-buffered -E 'ERROR
|CRITICAL WARNING
%PreGrepW%PreGrepI'"
type=
"String"
format=
"CopyValue"
visible=
"true"
readonly=
"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