From 7c3eab6eb469d4c4324fa900e0249d7ab6f0f35e Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sat, 4 Apr 2015 16:01:12 +0700 Subject: Properly copying and saving the timing info in &get and &put. --- src/base/io/ioReadBlif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base/io/ioReadBlif.c') diff --git a/src/base/io/ioReadBlif.c b/src/base/io/ioReadBlif.c index e9e5b329..08024b96 100644 --- a/src/base/io/ioReadBlif.c +++ b/src/base/io/ioReadBlif.c @@ -107,7 +107,7 @@ Abc_Ntk_t * Io_ReadBlif( char * pFileName, int fCheck ) return NULL; } pNtk->pSpec = Extra_UtilStrsav( pFileName ); - Abc_NtkTimeInitialize( pNtk, NULL ); + //Abc_NtkTimeInitialize( pNtk, NULL ); Io_ReadBlifFree( p ); // make sure that everything is okay with the network structure -- cgit v1.2.3