Fix missing driver conflict ERC
This commit is contained in:
parent
0e9efef7aa
commit
ee08a3488f
|
@ -2081,7 +2081,7 @@ int CONNECTION_GRAPH::RunERC()
|
|||
* format due to their TestDanglingEnds() implementation.
|
||||
*/
|
||||
|
||||
if( settings.IsTestEnabled( ERCE_DRIVER_CONFLICT ) && !subgraph->ResolveDrivers() )
|
||||
if( settings.IsTestEnabled( ERCE_DRIVER_CONFLICT ) && !subgraph->ResolveDrivers( true ) )
|
||||
error_count++;
|
||||
|
||||
if( settings.IsTestEnabled( ERCE_BUS_TO_NET_CONFLICT )
|
||||
|
|
Loading…
Reference in New Issue