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

Instruction that accepts a literal. More...

Inheritance diagram for core.instruction.Literal:
Inheritance graph

Public Member Functions

def addLiteral
 Add a literal to the operation. More...
 

Detailed Description

Instruction that accepts a literal.

Member Function Documentation

def core.instruction.Literal.addLiteral (   self,
  port,
  val 
)

Add a literal to the operation.

An instruction should never accept only literals. Not all instructions accept literals.