kernel: Module::makeblackbox() to clear connections + delete wires last

This commit is contained in:
Eddie Hung 2020-04-13 19:08:46 -07:00
parent fe7965e0ee
commit 039c3a5982
1 changed files with 1 additions and 0 deletions

View File

@ -776,6 +776,7 @@ void RTLIL::Module::makeblackbox()
connections_.clear();
remove(delwires);
set_bool_attribute(ID::blackbox);
}