From d49916144694ab05d359968ec0f5c34bcb640421 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Wed, 23 Jul 2008 08:58:48 -0400 Subject: [PATCH] Fix typo in CASEWITHX --- Changes | 2 +- bin/verilator | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 3531c7eb0..df1ba27db 100644 --- a/Changes +++ b/Changes @@ -10,7 +10,7 @@ indicates the contributor was also the author of the fix; Thanks! ** Add --autoflush, for flushing streams after $display. [Steve Tong] -** Add CASEZWITHX lint warning and if disabled fix handling of casez with Xs. +** Add CASEWITHX lint warning and if disabled fix handling of casez with Xs. *** Add $feof, $fgetc, $fgets, $fflush, $fscanf, $sscanf. [Holger Waechtler] diff --git a/bin/verilator b/bin/verilator index fed75aa74..7dd2be4aa 100755 --- a/bin/verilator +++ b/bin/verilator @@ -572,7 +572,7 @@ Disable the specified warning message. =item -Wno-lint Disable all lint related warning messages. This is equivelent to -"-Wno-CASEINCOMPLETE -Wno-CASEOVERLAP -Wno-CASEX -Wno-CASEZWITHX +"-Wno-CASEINCOMPLETE -Wno-CASEOVERLAP -Wno-CASEX -Wno-CASEWITHX -Wno-CMPCONST -Wno-IMPLICIT -Wno-UNDRIVEN -Wno-UNSIGNED -Wno-UNUSED -Wno-VARHIDDEN -Wno-WIDTH".