3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-08 15:25:08 +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
parent 3a4fa325cc
commit 8b8939e219
2 changed files with 0 additions and 8 deletions

View file

@ -1700,9 +1700,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