#include <iostream>
#include "oaDesignDB.h"
#include "oagTimerTPoint.h"
#include "oagTimerTPointMaster.h"
#include <map>
#include <set>
#include <string>
#include "oagTimerModel.h"
#include "oagTimerLibData.h"
#include "oagTimerLibParserInt.h"
#include "oagTimerWireModel.h"
#include "oagTimerElmoreWireModel.h"
Include dependency graph for oagTimerTimer.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | oagTimer |
Classes | |
class | oagTimer::Timer |
The Timer class has all APIs for the user to use this timer package. More... | |
Defines | |
#define | oagTimerTimer_P |
Typedefs | |
typedef std::vector< std::pair< oaOccNet *, DelayType > > | netsSlacks |
typedef std::vector< std::pair< oaOccObject *, bool > > | nodesSlopeDir |
|
|
|
The vector of pairs, the first member of the pair is the oaNet pointer, the second member of the pair is the slack value of this net. |
|
The vector of pairs, the first member of the pair is the oaOccObject pointer, the second member of the pair is a boolean value, true for rise and false for fall. |