Commit 606eaafa by Alan Mishchenko

Tuning standard-cell mapping flow.

parent 84c0b9d6
...@@ -1099,7 +1099,7 @@ void Abc_SclDumpGenlib( char * pFileName, SC_Lib * p, float Slew, float Gain, in ...@@ -1099,7 +1099,7 @@ void Abc_SclDumpGenlib( char * pFileName, SC_Lib * p, float Slew, float Gain, in
Vec_Str_t * vStr; Vec_Str_t * vStr;
FILE * pFile; FILE * pFile;
if ( pFileName == NULL ) if ( pFileName == NULL )
sprintf( FileName, "%s_s%03d_g%03d_m%d.genlib", p->pName, (int)Slew, (int)Gain, nGatesMin, &nCellCount ); sprintf( FileName, "%s_s%03d_g%03d_m%d.genlib", p->pName, (int)Slew, (int)Gain, nGatesMin );
else else
sprintf( FileName, "%s", pFileName ); sprintf( FileName, "%s", pFileName );
pFile = fopen( FileName, "wb" ); pFile = fopen( FileName, "wb" );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment