From 172583eb039b6a1fbd4cf929b3118a5a7bfd8e80 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Tue, 17 Mar 2020 15:39:50 -0400 Subject: [PATCH] Commentary - fix error regexp, #2191. --- bin/verilator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/verilator b/bin/verilator index 57946e7ae..7ac695c7c 100755 --- a/bin/verilator +++ b/bin/verilator @@ -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