diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2013-02-03 18:02:22 +0800 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2013-02-03 18:02:22 +0800 |
commit | 930369f36fedd58efd25a1ca2603fefc7034ff39 (patch) | |
tree | a2020f1d04aa5f0b06aa7f28e73e475041f24b25 /src/misc | |
parent | 61f8112da0224a4e478715fb47128952ac30b041 (diff) | |
download | abc-930369f36fedd58efd25a1ca2603fefc7034ff39.tar.gz abc-930369f36fedd58efd25a1ca2603fefc7034ff39.tar.bz2 abc-930369f36fedd58efd25a1ca2603fefc7034ff39.zip |
Integration of timing manager.
Diffstat (limited to 'src/misc')
-rw-r--r-- | src/misc/tim/timMan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/tim/timMan.c b/src/misc/tim/timMan.c index 8900fda4..f2245a6a 100644 --- a/src/misc/tim/timMan.c +++ b/src/misc/tim/timMan.c @@ -132,7 +132,7 @@ Tim_Man_t * Tim_ManDup( Tim_Man_t * p, int fUnitDelay ) // assert( (int)pDelayTableNew[0] == Vec_PtrSize(pNew->vDelayTables) ); assert( Vec_PtrEntry(pNew->vDelayTables, i) == NULL ); Vec_PtrWriteEntry( pNew->vDelayTables, i, pDelayTableNew ); -printf( "Finished duplicating delay table %d.\n", i ); +//printf( "Finished duplicating delay table %d.\n", i ); } } // duplicate boxes |