Previous Up Next

5.1  Restrictions

In the current implementation the following restrictions apply :

Types
Only the primitives types can be simulated (bool, int, float, string, unit) and any product of those.
Clocks
The node must not contain sampled clocks (no on operator should appear in the clock).

Previous Up Next