From 9e384d5ca9338467c2df8f4a0dda2d7800979a80 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Fri, 19 Jul 2013 11:35:03 -0700 Subject: Small changes to the printout in timing analysis. --- src/map/mio/mioParse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/mio') diff --git a/src/map/mio/mioParse.c b/src/map/mio/mioParse.c index c709e589..dd633443 100644 --- a/src/map/mio/mioParse.c +++ b/src/map/mio/mioParse.c @@ -484,7 +484,7 @@ int Mio_ParseCheckFormula( Mio_Gate_t * pGate, char * pForm ) for ( pPin = Mio_GateReadPins(pGate), i = 0; pPin; pPin = Mio_PinReadNext(pPin), i++ ) if ( fVisit[i] == 0 ) { - printf( "Skipping gate \"%s\" because pin \"%s\" does not appear in the formula \"%s\".\n", pGate->pName, Mio_PinReadName(pPin), pForm ); +// printf( "Skipping gate \"%s\" because pin \"%s\" does not appear in the formula \"%s\".\n", pGate->pName, Mio_PinReadName(pPin), pForm ); return 0; } return 1; -- cgit v1.2.3