Dépôt Heptagon avec modifications pour asynchrone
Go to file
Cédric Pasteur 70787757aa Fixed normalization of fby
The incorrect behaviour was introduced in commit
6b86b86e9d.

We should have:
       o = v fby e
     becomes
       mem_o = v fby e;
       o = mem_o

The old way would break with:
 v = true fby false fby v
that would generate unschedulable code.
2011-09-08 11:45:43 +02:00
compiler Fixed normalization of fby 2011-09-08 11:45:43 +02:00
examples Small fixes for the example 2011-09-07 13:24:08 +02:00
lib Static constraints in the source. Equal removed 2011-06-09 14:53:40 +02:00
test Fix for linear types and automata 2011-09-08 10:45:19 +02:00
tools Merge branch 'clocked_inputs' into decade 2011-06-28 14:46:43 +02:00
.gitignore Remove some warnings. 2011-06-09 14:40:31 +02:00
heptc heptc script fix 2011-06-28 17:50:34 +02:00
todo.txt updated the todo.txt 2011-06-09 11:54:43 +02:00