summaryrefslogtreecommitdiffstats
path: root/src/map/scl/sclLibScl.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2013-09-17 16:59:22 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2013-09-17 16:59:22 -0700
commitc62f380eff9c0d3eda92211ff3547cd6fe4400f1 (patch)
tree4822baff1f201932f4166cab9027e63acfdc0556 /src/map/scl/sclLibScl.c
parenta2d97cf2b66c040fa6c1b31763e7bebe717c7098 (diff)
downloadabc-c62f380eff9c0d3eda92211ff3547cd6fe4400f1.tar.gz
abc-c62f380eff9c0d3eda92211ff3547cd6fe4400f1.tar.bz2
abc-c62f380eff9c0d3eda92211ff3547cd6fe4400f1.zip
Debugging and finetuning the flow.
Diffstat (limited to 'src/map/scl/sclLibScl.c')
-rw-r--r--src/map/scl/sclLibScl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/scl/sclLibScl.c b/src/map/scl/sclLibScl.c
index dbf50627..9be525e1 100644
--- a/src/map/scl/sclLibScl.c
+++ b/src/map/scl/sclLibScl.c
@@ -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) );