Debugging and finetuning the flow.

This commit is contained in:
Alan Mishchenko 2013-09-17 16:59:22 -07:00
parent a2d97cf2b6
commit c62f380eff
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ static void Abc_SclWriteLibrary( Vec_Str_t * vOut, SC_Lib * p )
Vec_StrPutI( vOut, pCell->n_inputs );
// write function
Vec_StrPutS( vOut, pPin->func_text ? pPin->func_text : "" );
Vec_StrPutS( vOut, pPin->func_text ? pPin->func_text : (char *)"" );
// write truth table
assert( Vec_WrdSize(pPin->vFunc) == Abc_Truth6WordNum(pCell->n_inputs) );