OpenASIP  2.0
Public Attributes | List of all members
CompiledSimCodeGenerator::DelayedAssignment Struct Reference
Collaboration diagram for CompiledSimCodeGenerator::DelayedAssignment:
Collaboration graph

Public Attributes

std::string sourceSymbol
 The source symbol. More...
 
std::string targetSymbol
 The target symbol. More...
 
std::string fuResultSymbol
 The FU result symbol. More...
 

Detailed Description

A struct for handling delayed assignments for the FU results

Definition at line 135 of file CompiledSimCodeGenerator.hh.

Member Data Documentation

◆ fuResultSymbol

std::string CompiledSimCodeGenerator::DelayedAssignment::fuResultSymbol

The FU result symbol.

Definition at line 141 of file CompiledSimCodeGenerator.hh.

◆ sourceSymbol

std::string CompiledSimCodeGenerator::DelayedAssignment::sourceSymbol

The source symbol.

Definition at line 137 of file CompiledSimCodeGenerator.hh.

◆ targetSymbol

std::string CompiledSimCodeGenerator::DelayedAssignment::targetSymbol

The target symbol.

Definition at line 139 of file CompiledSimCodeGenerator.hh.


The documentation for this struct was generated from the following file: