Hierarchical ports count as strong drivers

This commit is contained in:
Jon Evans 2019-04-03 22:07:58 -04:00
parent 5a0944e9a0
commit 99e57724e6
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ bool CONNECTION_SUBGRAPH::ResolveDrivers( bool aCreateMarkers )
}
}
if( highest_priority >= 4 )
if( highest_priority >= 3 )
m_strong_driver = true;
if( candidates.size() )