diff --git a/substrate/src/layout/routing/auto/abs.rs b/substrate/src/layout/routing/auto/abs.rs index f0d8517..9fd1b3f 100644 --- a/substrate/src/layout/routing/auto/abs.rs +++ b/substrate/src/layout/routing/auto/abs.rs @@ -514,7 +514,7 @@ impl GreedyAbstractRouter { return; } State::Blocked { net: other } => { - if net != *other { + if net == *other { State::Blocked { net } } else { State::Blocked { net: None }