#include <oagTimerSdcData.h>
|
The constructor, initiate all the members. |
|
The destructor, clear the data. |
|
This function cleans the data. |
|
All the PIs have the same driving cells. |
|
All the PIs have the same input delay value. |
|
All the POs have the same load values. |
|
All the POs have the same output delay value. |
|
Push the clock period's value. |
|
|
|
Push the driving cell's name. |
|
Push the fanout load's value. |
|
|
|
Push the PI's input delay value. |
|
|
|
|
|
Push the PO's output delay value. |
|
|
|
indicates if all inputs have the same driving cells |
|
the driving cell of all PIs |
|
the fanout load of all POs |
|
indicates if all inputs have the same delay values |
|
|
|
the delay value of all PIs |
|
indicates if all outputs have the same loads |
|
indicates if all outputs have the same delay values |
|
|
|
the delay value of all POs |
|
the clock period of the current design |
|
the current port's name |
|
the driving cell map table of PIs |
|
the delay map table of PIs |
|
the delay map table of POs |
|
the fanout load map table of POs |
|
|
|
|
|
|
|
|
|
|