Guide map

 

Getting Started

            Installation instructions

            Basic tutorial

                        Preparing the workbench

                        Creating your first StreamIt project

                        Creating a StreamIt file

                        Compiling changes in the StreamIt file

                        Identifying problems in your code

                        Running your programs

                        Debugging your programs

                        Viewing a Stream graph

 

Concepts

            Features

                        StreamIt syntax highlighting

                        Breakpoints and watchpoints

                        Program launch support

General debugging support and Eclipse integration

Stream graph display and navigation

                        Data display, modification, and tracking

 

Tasks

            Creating StreamIt elements

                        Creating a new StreamIt project

                        Creating a new StreamIt file

            Using the StreamIt editor

                        Modifying StreamIt syntax highlighting

            Compiling

                        Compiling a StreamIt program

                        Viewing compilation errors and warnings

            Running and debugging

                        Launching a StreamIt program

                                    Creating a StreamIt application launch configuration                                 

Setting execution arguments

                        Local debugging

                                    Launching a StreamIt program in debug mode

                                    Resuming the execution of suspended threads

                                    Inspecting child streams and state variables

                        Breakpoints

                                    Adding breakpoints

                                    Removing breakpoints

                                    Enabling and disabling breakpoints

                                    Setting method breakpoints

                                    Setting watchpoints

            Viewing and navigating Stream graphs

                        Identifying stream elements and channels

                        Expanding and collapsing stream elements

                        Viewing information within stream elements

                        Hiding the lines of stream elements

                        Navigating with the Overview of Stream Graph view

            Modifying and tracking data

                        Expanding and collapsing channels

                        Showing channel values

                        Changing channel values

                        Highlighting data

 

Reference

            References

            Guide map

 

Samples

Sample Files

                        FFT2

FFT3

FFT4

FFT5

FFT6

FFT7