Hierarchical ports count as strong drivers
This commit is contained in:
parent
5a0944e9a0
commit
99e57724e6
|
@ -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() )
|
||||
|
|
Loading…
Reference in New Issue