Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

oagFpgaSynthesis.cpp File Reference

#include "oaDesignDB.h"
#include "oagFpgaManager.h"
#include "oagFpgaSynthesis.h"
#include <list>
#include <set>
#include "oagFpgaDebug.h"

Include dependency graph for oagFpgaSynthesis.cpp:

Include dependency graph

Go to the source code of this file.

Namespaces

namespace  oagFpga

Defines

#define sign(a)   ( (a)==0?0: ((a)<0?-1:1) )
#define abs(a)   ( (a)>=0?(a):-(a) )
#define max(a, b)   ( (a)>(b)?(a):(b) )
#define min(a, b)   ( (a)>(b)?(b):(a) )


Define Documentation

#define abs  )     ( (a)>=0?(a):-(a) )
 

Definition at line 13 of file oagFpgaSynthesis.cpp.

#define max a,
 )     ( (a)>(b)?(a):(b) )
 

Definition at line 14 of file oagFpgaSynthesis.cpp.

#define min a,
 )     ( (a)>(b)?(b):(a) )
 

Definition at line 15 of file oagFpgaSynthesis.cpp.

#define sign  )     ( (a)==0?0: ((a)<0?-1:1) )
 

Definition at line 12 of file oagFpgaSynthesis.cpp.


Generated on Mon Jul 9 14:17:21 2007 for OA Gear Fpga by  doxygen 1.3.9.1