#include <oagFpgaVerilogDesign.h>
Public Types | |
| enum | PrimitiveType { ISNT_PRIMITIVE, AND, NAND, OR, NOR, XOR, XNOR, NOT, BUF } |
Public Member Functions | |
| Instantiation () | |
| ~Instantiation () | |
| Destructor. | |
Public Attributes | |
| std::string | name |
| std::string | type |
| PrimitiveType | primitive |
| std::list< Expression * > * | parameters |
| std::list< PortConnection * > * | connections |
Definition at line 317 of file oagFpgaVerilogDesign.h.
|
|
Definition at line 322 of file oagFpgaVerilogDesign.h. |
|
|
Definition at line 332 of file oagFpgaVerilogDesign.h. |
|
|
Destructor.
Definition at line 229 of file oagFpgaVerilogDesign.cpp. References connections, and parameters. |
|
|
Definition at line 330 of file oagFpgaVerilogDesign.h. Referenced by oagFpga::VerilogSynthesis::synthesizeModuleInsts(), and ~Instantiation(). |
|
|
Definition at line 320 of file oagFpgaVerilogDesign.h. Referenced by oagFpga::VerilogSynthesis::synthesizeModuleInsts(). |
|
|
Definition at line 329 of file oagFpgaVerilogDesign.h. Referenced by oagFpga::VerilogSynthesis::synthesizeModuleInsts(), and ~Instantiation(). |
|
|
Definition at line 327 of file oagFpgaVerilogDesign.h. Referenced by oagFpga::VerilogSynthesis::synthesizeModuleInsts(). |
|
|
Definition at line 321 of file oagFpgaVerilogDesign.h. Referenced by oagFpga::VerilogSynthesis::synthesizeModuleInsts(). |
1.3.9.1