OpenASIP
2.0
|
Public Attributes | |
std::string | sourceSymbol |
The source symbol. More... | |
std::string | targetSymbol |
The target symbol. More... | |
std::string | fuResultSymbol |
The FU result symbol. More... | |
A struct for handling delayed assignments for the FU results
Definition at line 135 of file CompiledSimCodeGenerator.hh.
std::string CompiledSimCodeGenerator::DelayedAssignment::fuResultSymbol |
The FU result symbol.
Definition at line 141 of file CompiledSimCodeGenerator.hh.
std::string CompiledSimCodeGenerator::DelayedAssignment::sourceSymbol |
The source symbol.
Definition at line 137 of file CompiledSimCodeGenerator.hh.
std::string CompiledSimCodeGenerator::DelayedAssignment::targetSymbol |
The target symbol.
Definition at line 139 of file CompiledSimCodeGenerator.hh.