#include <oagFpgaVerilogSynthesis.h>
Public Member Functions | |
LvalRef (string c, int b) | |
Constructs an Lval for a function variable. | |
LvalRef (oa::oaModBitNet *n) | |
Constructs an Lval that is an unconditional assignment. | |
LvalRef () | |
Constructs an Lval that is a conditional assignment. | |
void | addConditional (oa::oaModBitNet *n, MultiRef c) |
Adds another conditional assignment. | |
Public Attributes | |
LvalType | type |
oa::oaModBitNet * | unconditionalLval |
list< ConditionalLvalRef > | conditionalLval |
string | functionLvalName |
int | functionLvalBit |
Definition at line 125 of file oagFpgaVerilogSynthesis.h.
|
Constructs an Lval for a function variable.
Definition at line 4166 of file oagFpgaVerilogSynthesis.cpp. References functionLvalBit, functionLvalName, and type. |
|
Constructs an Lval that is an unconditional assignment.
Definition at line 4181 of file oagFpgaVerilogSynthesis.cpp. References type, and unconditionalLval. |
|
Constructs an Lval that is a conditional assignment. The nets and conditions for assignment are supplied in subsequent calls to addConditional. Definition at line 4196 of file oagFpgaVerilogSynthesis.cpp. References type. |
|
Adds another conditional assignment.
Definition at line 4211 of file oagFpgaVerilogSynthesis.cpp. References conditionalLval, and type. |
|
Definition at line 130 of file oagFpgaVerilogSynthesis.h. Referenced by addConditional(). |
|
Definition at line 132 of file oagFpgaVerilogSynthesis.h. Referenced by LvalRef(). |
|
Definition at line 131 of file oagFpgaVerilogSynthesis.h. Referenced by LvalRef(). |
|
Definition at line 127 of file oagFpgaVerilogSynthesis.h. Referenced by addConditional(), and LvalRef(). |
|
Definition at line 129 of file oagFpgaVerilogSynthesis.h. Referenced by LvalRef(). |