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
54f1ad5d
Commit
54f1ad5d
authored
Nov 15, 2017
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor changes fro error reporting during simulation
parent
23ed9db3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
parser_vivado.py
parsers/parser_vivado.py
+2
-1
Cocotb.xml
tools/Verilog/Cocotb.xml
+1
-1
IVerilog.xml
tools/Verilog/IVerilog.xml
+2
-2
No files found.
parsers/parser_vivado.py
View file @
54f1ad5d
...
...
@@ -69,7 +69,8 @@ except:
global_db
=
{}
global_pRef
=
()
sys
.
stdout
.
write
(
"Running:
%
s
%
s
%
s
%
s
\n
"
%
(
sys
.
argv
[
0
],
sys
.
argv
[
1
],
sys
.
argv
[
2
],
sys
.
argv
[
3
]))
#sys.stdout.write("Running: %s %s %s %s\n" % (sys.argv[0],sys.argv[1],sys.argv[2],sys.argv[3]))
sys
.
stdout
.
write
(
"Running:
%
s"
%
str
(
sys
.
argv
))
def
isProblem
(
string
):
if
string
.
startswith
(
"ERROR:"
)
or
string
.
startswith
(
"CRITICAL WARNING:"
)
or
string
.
startswith
(
"WARNING:"
)
or
string
.
startswith
(
"INFO:"
):
return
True
...
...
tools/Verilog/Cocotb.xml
View file @
54f1ad5d
...
...
@@ -420,7 +420,7 @@
<parameter
id=
"GrepEWI"
type=
"String"
label =
"GrepWarning"
format=
"GrepFindSyntax"
default=
"error|ERROR%GrepWarning%GrepInfo%GrepDebug%GrepSim"
visible=
"true"
readonly=
"true"
/>
format=
"GrepFindSyntax"
default=
"
Error|
error|ERROR%GrepWarning%GrepInfo%GrepDebug%GrepSim"
visible=
"true"
readonly=
"true"
/>
<parameter
id=
"SIMULATION_PATH"
type=
"String"
format=
"MakefileExport"
default=
"%%ProjectPath/%SimulDir"
visible=
"false"
/>
...
...
tools/Verilog/IVerilog.xml
View file @
54f1ad5d
...
...
@@ -222,11 +222,11 @@
omit=
""
readonly=
"false"
/>
<parameter
id=
"GrepFindErr"
label=
"Grep pattern for errors only"
type=
"String"
format=
"GrepFindSyntax"
default=
"error"
readonly=
"false"
type=
"String"
format=
"GrepFindSyntax"
default=
"error
|Error|ERROR
"
readonly=
"false"
visible=
"true"
/>
<parameter
id=
"GrepFindErrWarn"
label=
"Grep pattern for both errors and warnings"
type=
"String"
format=
"GrepFindSyntax"
default=
"error|
warning
|sorry"
type=
"String"
format=
"GrepFindSyntax"
default=
"error|
Error|ERROR|warning|Warning|WARNING
|sorry"
readonly=
"false"
visible=
"true"
/>
<parameter
id=
"GrepSkip1"
label=
"Grep skip pattern"
type=
"String"
...
...
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