From 5acfed6c24493d87073077a14a3fea9880ef62d3 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Wed, 17 Jul 2013 14:21:05 -0700 Subject: New technology mapper. --- src/map/mpm/mpmGates.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/mpm/mpmGates.c b/src/map/mpm/mpmGates.c index cff242e7..cdcc4e36 100644 --- a/src/map/mpm/mpmGates.c +++ b/src/map/mpm/mpmGates.c @@ -82,7 +82,7 @@ Vec_Int_t * Mpm_ManFindDsdMatches( Mpm_Man_t * p, void * pScl, Vec_Int_t ** pvNp printf( "Gate %5d %-30s : ", pRepr->Id, pRepr->pName ); printf( "Class %3d ", iClass ); printf( "Area %10.3f ", pRepr->area ); - Extra_PrintBinary( stdout, &Config, 17 ); + Extra_PrintBinary( stdout, (unsigned *)&Config, 17 ); printf( " " ); Kit_DsdPrintFromTruth( (unsigned *)&Truth, pRepr->n_inputs ); printf( "\n" ); } -- cgit v1.2.3