diff --git a/kernel/rtlil.h b/kernel/rtlil.h index 533de1be5..fb19257d9 100644 --- a/kernel/rtlil.h +++ b/kernel/rtlil.h @@ -106,7 +106,7 @@ namespace RTLIL typedef std::pair SigSig; }; -#define YOSYS_XTRACE_GET_PUT +#undef YOSYS_XTRACE_GET_PUT #undef YOSYS_SORT_ID_FREE_LIST #undef YOSYS_USE_STICKY_IDS #undef YOSYS_NO_IDS_REFCNT diff --git a/kernel/yosys.cc b/kernel/yosys.cc index 9d6181400..0ac5c4f99 100644 --- a/kernel/yosys.cc +++ b/kernel/yosys.cc @@ -185,7 +185,7 @@ void yosys_setup() if(already_setup) return; already_setup = true; - (void)Interner::instance(); + (void)Interner::get(); #ifdef WITH_PYTHON // With Python 3.12, calling PyImport_AppendInittab on an already