From 5a3eab634afb5a33a97f5040a2d724f0e8793b9f Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sun, 13 Feb 2022 15:28:07 -0500 Subject: [PATCH] Suppress WIDTH warning on negate using carry bit (#3295). [Peter Monsson] --- Changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changes b/Changes index 530b615d6..a0e1f3752 100644 --- a/Changes +++ b/Changes @@ -15,7 +15,7 @@ Verilator 4.219 devel * Removed the deprecated lint_off flag -msg; use -rule instead. * Removed the deprecated "fl" attribute in XML output; use "loc" attribute instead. -* Suppress WIDTH warning on negate using carry bit (#2395). [Peter Monsson] +* Suppress WIDTH warning on negate using carry bit (#3295). [Peter Monsson] * Fix skipping public enum values with four-state values (#3303).