3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-23 06:01:27 +00:00

Make RTLIL::Design::get_all_designs() unconditionally defined

This commit is contained in:
Robert O'Callahan 2025-10-09 22:54:26 +00:00 committed by Emil J. Tywoniak
parent e84bc3c6c5
commit 0fe79ce01b
2 changed files with 0 additions and 8 deletions

View file

@ -1883,9 +1883,7 @@ struct RTLIL::Design
// returns all selected unboxed whole modules, warning the user if any
// partially selected or boxed modules have been ignored
std::vector<RTLIL::Module*> selected_unboxed_whole_modules_warn() const { return selected_modules(SELECT_WHOLE_WARN, SB_UNBOXED_WARN); }
#ifdef YOSYS_ENABLE_PYTHON
static std::map<unsigned int, RTLIL::Design*> *get_all_designs(void);
#endif
};
struct RTLIL::Module : public RTLIL::NamedObject