mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 14:13:23 +00:00
Added RTLIL::Module::connect(const RTLIL::SigSig&)
This commit is contained in:
parent
027819c7e8
commit
b03aec6e32
2 changed files with 6 additions and 0 deletions
|
@ -288,6 +288,7 @@ struct RTLIL::Module
|
|||
virtual void check();
|
||||
virtual void optimize();
|
||||
|
||||
void connect(const RTLIL::SigSig &conn);
|
||||
void connect(const RTLIL::SigSpec &lhs, const RTLIL::SigSpec &rhs);
|
||||
void fixup_ports();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue