mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
kernel: Module::makeblackbox() to clear connections + delete wires last
This commit is contained in:
parent
fe7965e0ee
commit
039c3a5982
1 changed files with 1 additions and 0 deletions
|
@ -776,6 +776,7 @@ void RTLIL::Module::makeblackbox()
|
|||
connections_.clear();
|
||||
|
||||
remove(delwires);
|
||||
|
||||
set_bool_attribute(ID::blackbox);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue