Previous Up Next

Introduction

This tutorial respects some writing conventions:

To create an application workspace, launch SynDEx with option -libs libs. See the SynDEx v7 User Manual for more information.

The examples presented in this tutorial are located in the sub-folder examples/tutorial. Each example is located in its sub-folder. The example 7 is located in the examples/tutorial/example7, examples/tutorial/example7_mono, and examples/tutorial/example7_bi folders.


Example 1

Algorithm, architecture, and adequation:

Example 2

Hierarchy in algorithm:

Example 3

Delay in algorithm:

Example 4

Repetition and library in algorithm:

Example 5

Condition and nested condition in algorithm:

Example 6

Algorithm, architecture, adequation, and code generation:

Example 7

Definition of the source code into the code editor window:

Definition of the source code in separate C files:

Example 8

A complete realistic application from adequation to execution:

Example 9

A multiperiodic application:


Previous Up Next