Commentary - fix error regexp, #2191.
This commit is contained in:
parent
c2b49f0174
commit
172583eb03
|
|
@ -3920,7 +3920,7 @@ compile your design.
|
||||||
Warnings and errors printed by Verilator always match this regular
|
Warnings and errors printed by Verilator always match this regular
|
||||||
expression:
|
expression:
|
||||||
|
|
||||||
%(Error|Warning)(-[A-Z0-9_]+)?: ((\S+):(\d+):((\d+):)?)? .*
|
%(Error|Warning)(-[A-Z0-9_]+)?: ((\S+):(\d+):((\d+):)? )?.*
|
||||||
|
|
||||||
Errors and warning start with a percent sign (historical heritage from
|
Errors and warning start with a percent sign (historical heritage from
|
||||||
Digital Equipment Corporation). Some errors or warning have a code
|
Digital Equipment Corporation). Some errors or warning have a code
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue