mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-21 14:45:50 +00:00
rtlil: fix masquerade
This commit is contained in:
parent
2d3b7e9c92
commit
1a8a95b472
11 changed files with 77 additions and 39 deletions
|
|
@ -403,6 +403,7 @@ namespace AST
|
|||
bool reprocess_if_necessary(RTLIL::Design *design) override;
|
||||
RTLIL::Module *clone() const override;
|
||||
RTLIL::Module *clone(RTLIL::Design *dst, bool src_id_verbatim = false) const override;
|
||||
RTLIL::Module *clone(RTLIL::Design *dst, RTLIL::IdString target_name, bool src_id_verbatim = false) const override;
|
||||
void loadconfig() const;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue