mirror of
https://github.com/verilator/verilator.git
synced 2025-01-01 04:07:34 +00:00
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
|
||||
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
|
||||
Digital Equipment Corporation). Some errors or warning have a code
|
||||
|
Loading…
Reference in New Issue
Block a user