mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-21 14:45:50 +00:00
twine
This commit is contained in:
parent
3d27e83d0f
commit
3424c00cd0
63 changed files with 2635 additions and 503 deletions
|
|
@ -402,6 +402,7 @@ namespace AST
|
|||
void expand_interfaces(RTLIL::Design *design, const dict<RTLIL::IdString, RTLIL::Module *> &local_interfaces) override;
|
||||
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;
|
||||
void loadconfig() const;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue