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

oagFpgaModuleCompiler.cpp File Reference

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

Include dependency graph for oagFpgaModuleCompiler.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 oagFpgaModuleCompiler.cpp.

Referenced by oagFpga::ModuleCompiler::busNet2Ai(), and oagFpga::Synthesis::createBusNet().

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

Definition at line 14 of file oagFpgaModuleCompiler.cpp.

Referenced by oagFpga::VerilogSynthesis::evaluateConstantExpression(), oagFpga::VerilogSynthesis::synthesizeBlock(), and oagFpga::VerilogSynthesis::synthesizeModuleNets().

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

Definition at line 15 of file oagFpgaModuleCompiler.cpp.

Referenced by oagFpga::VerilogSynthesis::synthesizeBlock(), and oagFpga::VerilogSynthesis::synthesizeModuleNets().

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

Definition at line 12 of file oagFpgaModuleCompiler.cpp.


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