From 3af0f719afa368cafbe7c8178d0995819b47be90 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Wed, 19 Sep 2012 16:28:06 -0700 Subject: Extending BLIF parser/write to hangle multi-output cells. --- src/map/scl/sclUtil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/scl') diff --git a/src/map/scl/sclUtil.c b/src/map/scl/sclUtil.c index a9b94902..dc513d56 100644 --- a/src/map/scl/sclUtil.c +++ b/src/map/scl/sclUtil.c @@ -232,7 +232,7 @@ void Abc_SclManSetGates( SC_Lib * pLib, Abc_Ntk_t * p, Vec_Int_t * vGates ) { SC_Cell * pCell = SC_LibCell( pLib, Vec_IntEntry(vGates, Abc_ObjId(pObj)) ); assert( pCell->n_inputs == Abc_ObjFaninNum(pObj) ); - pObj->pData = Mio_LibraryReadGateByName( (Mio_Library_t *)p->pManFunc, pCell->pName ); + pObj->pData = Mio_LibraryReadGateByName( (Mio_Library_t *)p->pManFunc, pCell->pName, NULL ); //printf( "Found gate %s\n", pCell->name ); } } -- cgit v1.2.3