From b537372c7d7a9fecf2befd1e0b963ba0e0349970 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 11 Feb 2026 10:56:00 +0100 Subject: [PATCH] Revert "we care only if there is net" This reverts commit 3da2769e312e62fecedcdc26f231ebced77b3ff7. --- himbaechel/uarch/gatemate/gatemate.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/himbaechel/uarch/gatemate/gatemate.cc b/himbaechel/uarch/gatemate/gatemate.cc index 68211b56..662dfba6 100644 --- a/himbaechel/uarch/gatemate/gatemate.cc +++ b/himbaechel/uarch/gatemate/gatemate.cc @@ -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)}); }