mirror of
https://github.com/YosysHQ/yosys
synced 2026-02-06 17:22:15 +00:00
Merge pull request #5609 from nataliakokoromyti/upstream-design-run-pass
Add Design::run_pass()
This commit is contained in:
commit
59653da599
3 changed files with 31 additions and 0 deletions
|
|
@ -2031,6 +2031,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); }
|
||||
|
||||
static std::map<unsigned int, RTLIL::Design*> *get_all_designs(void);
|
||||
|
||||
std::string to_rtlil_str(bool only_selected = true) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue