Setting execution arguments
If you want to specify execution arguments for
your program, you must define a launch configuration that specifies the
arguments.
- Select Run > Run... (or Run > Debug...)
from the workbench Run
menu to open the list of launch configurations. Launch
configurations for StreamIt programs are shown underneath StreamIt Application in this
list.
- Create a new launch
configuration by pushing the New
button after selecting StreamIt Application.
- On the Arguments tab for the configuration,
you can specify the following fields as necessary:
- Secondary class files: Any other files beside the file
containing the top-level pipeline (pipeline with both void input and
output) needed to run the program.
StreamIt files are white-space separated.
- Program
Arguments:
The Application-specific values
that your code is expecting. For
example, the number of work iterations is specified by “-i x”, which “x”
is the number of iterations. The
default value for “x” is 10.
- Click Apply or Close when you are done. Every
time you launch this configuration, these execution arguments will be used.

Program launch support

Running and debugging
Launching a StreamIt program
Creating a StreamIt application launch
configuration