Commit c62f380e by Alan Mishchenko

Debugging and finetuning the flow.

parent a2d97cf2
......@@ -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) );
......
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