Merge branch 'YosysHQ:main' into main

This commit is contained in:
Akash Levy 2025-04-01 22:10:43 -07:00 committed by GitHub
commit 4bd08ac362
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -175,7 +175,7 @@ ifeq ($(OS), Haiku)
CXXFLAGS += -D_DEFAULT_SOURCE
endif
YOSYS_VER := 0.51+101
YOSYS_VER := 0.51+107
YOSYS_MAJOR := $(shell echo $(YOSYS_VER) | cut -d'.' -f1)
YOSYS_MINOR := $(shell echo $(YOSYS_VER) | cut -d'.' -f2)
YOSYS_COMMIT := $(shell echo $(YOSYS_VER) | cut -d'.' -f3)

View File

@ -3510,6 +3510,7 @@ struct VerificPass : public Pass {
veri_module->SetCompileAsBlackbox();
}
}
restore_blackbox_msg_state();
}
#endif