Revert "we care only if there is net"

This reverts commit 3da2769e31.
This commit is contained in:
Miodrag Milanovic 2026-02-11 10:56:00 +01:00
parent 3da2769e31
commit b537372c7d
1 changed files with 0 additions and 2 deletions

View File

@ -602,8 +602,6 @@ void GateMateImpl::postRoute()
for (auto &port : cell->ports) {
if (port.second.type != PORT_IN)
continue;
if (!cell->getPort(port.second.name))
continue;
inversion_before_bridges.insert(
{std::make_pair(cell->name, port.first), need_inversion_remove_me_later(cell, port.first)});
}