Previous Up Next

Introduction

This tutorial respects some writing conventions:

To create an application workspace, run the SynDEx executable, located at the root of your installation directory, with option -libs libs. See the SynDEx v7 User Manual for more information.

The examples presented in this tutorial are located in the sub-directory examples/tutorial. Each example is located in its sub-directory.


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

Edition of the source code associated with an operation:

Example 8

A complete realistic application from adequation to execution:

Example 9

A multiperiodic application:


Previous Up Next