We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 813a0f1 commit 336b41aCopy full SHA for 336b41a
1 file changed
src/map/scl/sclLibUtil.c
@@ -72,6 +72,8 @@ void Abc_SclHashCells( SC_Lib * p )
72
SC_LibForEachCell( p, pCell, i )
73
{
74
pPlace = Abc_SclHashLookup( p, pCell->pName );
75
+ if ( *pPlace != -1 && pCell->pName )
76
+ printf( "There are two standard cells with the same name (%s).\n", pCell->pName );
77
assert( *pPlace == -1 );
78
*pPlace = i;
79
}
0 commit comments