diff --git a/Makefile b/Makefile index dcdfb67af..c019a8b94 100644 --- a/Makefile +++ b/Makefile @@ -156,7 +156,7 @@ ifeq ($(OS), Haiku) CXXFLAGS += -D_DEFAULT_SOURCE endif -YOSYS_VER := 0.45+11 +YOSYS_VER := 0.45+106 # Note: We arrange for .gitcommit to contain the (short) commit hash in # tarballs generated with git-archive(1) using .gitattributes. The git repo diff --git a/passes/cmds/stat.cc b/passes/cmds/stat.cc index e6b3ea594..6e5472451 100644 --- a/passes/cmds/stat.cc +++ b/passes/cmds/stat.cc @@ -103,8 +103,8 @@ struct statdata_t #define X(_name) unsigned int _name; STAT_INT_MEMBERS #undef X - double area; - double sequential_area; + double area = 0; + double sequential_area = 0; string tech; std::map techinfo;