3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 17:44:09 +00:00

Revert "Merge branch 'eddie/kernel_makeblackbox' into eddie/abc9_auto_dff"

This reverts commit e08497c7c9d8a6f7a3eccddf2149c45d9ecff207, reversing
changes made to e366fd55122236a21c6daee6765724add840a1f9.
This commit is contained in:
Eddie Hung 2020-04-14 08:18:04 -07:00
parent f975cf39cb
commit b66904e9cd

View file

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