mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 17:44:09 +00:00
Merge pull request #1916 from YosysHQ/eddie/kernel_makeblackbox
kernel: Module::makeblackbox() to clear connections too
This commit is contained in:
commit
dc3d432aaa
|
@ -767,6 +767,8 @@ void RTLIL::Module::makeblackbox()
|
||||||
delete it->second;
|
delete it->second;
|
||||||
processes.clear();
|
processes.clear();
|
||||||
|
|
||||||
|
connections_.clear();
|
||||||
|
|
||||||
remove(delwires);
|
remove(delwires);
|
||||||
set_bool_attribute(ID::blackbox);
|
set_bool_attribute(ID::blackbox);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue