Launching a StreamIt program

 

The simplest way to launch a StreamIt program is to run it using the StreamIt Application launch configuration.  This launch configuration uses information derived from the workbench preferences and your program's StreamIt project to launch the program.

 

  1. In the Package Explorer, select the StreamIt file you want to launch.
  2. Select Run > Run As > StreamIt Application in the workbench menu bar or select Run As > StreamIt Application in the drop-down menu on the Run tool bar button.
  3. Your program is now launched, and text output is shown in the Console.

 

You can also launch a StreamIt program by selecting a project instead of the file.  You will be prompted to select a pipeline from those pipelines that have both void input and output.  (If only one pipeline with both void input and output is found in the project, that file is launched as if you selected it.)

 

Related concepts

Program launch support

 

Related tasks

Running and debugging

Creating a StreamIt application launch configuration

Setting execution arguments