com.cogent
Interface SimRunnable

All Known Implementing Classes:
SimBSTExample, SimHelloWorld

public interface SimRunnable

This interface represents a program that can be run on a PIM. Code goes inside the run method and will be counted for instrumentation purposes as hardware instructions. Calls can also be made to the native PIM instructions.


Method Summary
 int SimRunnableMain(SimPIM argPIM)
          Implement this method to define a program
 

Method Detail

SimRunnableMain

public int SimRunnableMain(SimPIM argPIM)
Implement this method to define a program