#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:
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) ) |
|
Definition at line 13 of file oagFpgaModuleCompiler.cpp. Referenced by oagFpga::ModuleCompiler::busNet2Ai(), and oagFpga::Synthesis::createBusNet(). |
|
Definition at line 14 of file oagFpgaModuleCompiler.cpp. Referenced by oagFpga::VerilogSynthesis::evaluateConstantExpression(), oagFpga::VerilogSynthesis::synthesizeBlock(), and oagFpga::VerilogSynthesis::synthesizeModuleNets(). |
|
Definition at line 15 of file oagFpgaModuleCompiler.cpp. Referenced by oagFpga::VerilogSynthesis::synthesizeBlock(), and oagFpga::VerilogSynthesis::synthesizeModuleNets(). |
|
Definition at line 12 of file oagFpgaModuleCompiler.cpp. |