|
OpenASIP 2.2
|

Public Attributes | |
| std::string | sourceSymbol |
| The source symbol. | |
| std::string | targetSymbol |
| The target symbol. | |
| std::string | fuResultSymbol |
| The FU result symbol. | |
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.