diff --git a/Changes b/Changes index c9c02d3d2..88c36a640 100644 --- a/Changes +++ b/Changes @@ -3,11 +3,11 @@ Revision history for Verilator The contributors that suggested a given feature are shown in []. [by ...] indicates the contributor was also the author of the fix; Thanks! -* Verilator 3.62*** +* Verilator 3.622 10/17/2006 Stable **** Fix --skip-identical without --debug, broken in 3.621. [Andy Meier] -* Verilator 3.621 10/11/2006 +* Verilator 3.621 10/11/2006 Beta ** Add /*verilator no_inline_task*/ to prevent over-expansion. [Eugene Weber] @@ -21,7 +21,7 @@ indicates the contributor was also the author of the fix; Thanks! **** Fix core dump on printing error when not under --debug. [Allan Cochrane] -* Verilator 3.620 10/04/2006 +* Verilator 3.620 10/04/2006 Stable *** Support simple inout task ports. [Eugene Weber] diff --git a/src/config.h.in b/src/config.h.in index c5f49bddb..cdd757b37 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -24,7 +24,7 @@ //********************************************************************** //**** Version and host name -#define DTVERSION "Verilator 3.621 10/11/2006" +#define DTVERSION "Verilator 3.622 10/17/2006" //********************************************************************** //**** Functions diff --git a/test_sp/Makefile_obj b/test_sp/Makefile_obj index f7ff07e4f..73830e5dc 100644 --- a/test_sp/Makefile_obj +++ b/test_sp/Makefile_obj @@ -22,7 +22,7 @@ CPPFLAGS += -Wno-deprecated CPPFLAGS += $(SYSTEMC_CXX_FLAGS) CPPFLAGS += $(OPT) ifeq ($(VERILATOR_AUTHOR_SITE),1) # Local... Else don't burden users -CPPFLAGS += -W -Wall -Wno-char-subscripts -Wno-unused-parameter -Wno-unused-variable -Wno-uninitialized -Werror +#CPPFLAGS += -W -Wall -Wno-char-subscripts -Wno-unused-parameter -Wno-unused-variable -Wno-uninitialized -Werror endif LDFLAGS += $(SYSTEMC_CXX_FLAGS)