mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-01 10:18:06 +02:00
Integration of timing manager.
This commit is contained in:
@@ -309,6 +309,8 @@ void Tim_ManPrint( Tim_Man_t * p )
|
||||
if ( p == NULL )
|
||||
return;
|
||||
printf( "TIMING MANAGER:\n" );
|
||||
printf( "PI = %d. CI = %d. PO = %d. CO = %d. Box = %d.\n",
|
||||
Tim_ManPiNum(p), Tim_ManCiNum(p), Tim_ManPoNum(p), Tim_ManCoNum(p), Tim_ManBoxNum(p) );
|
||||
|
||||
// print CI info
|
||||
pPrev = p->pCis;
|
||||
|
||||
Reference in New Issue
Block a user