Dataflow Software Stack  032db78
Master Thesis of Mathijs Saey at the VUB
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
core.instruction.DestinationMap Class Reference

DVM instruction that sends output it produces to a destination based on the output port of the output. More...

Inheritance diagram for core.instruction.DestinationMap:
Inheritance graph

Public Member Functions

def __init__
 
def addDestination
 
def sendDatum
 

Public Attributes

 destinations
 

Detailed Description

DVM instruction that sends output it produces to a destination based on the output port of the output.

Constructor & Destructor Documentation

def core.instruction.DestinationMap.__init__ (   self)

Member Function Documentation

def core.instruction.DestinationMap.addDestination (   self,
  port,
  toInst,
  toPort 
)
def core.instruction.DestinationMap.sendDatum (   self,
  datum,
  core,
  port,
  cont 
)

Member Data Documentation

core.instruction.DestinationMap.destinations