Dépôt Heptagon avec modifications pour asynchrone
Go to file
Léonard Gérard 6b86b86e9d really fix normalize_mem.
in the old fix was missing the renaming, and there was wrong equations
order :
f () returns x
[here rename x by mem_x]
mem_x = fby ...
x = mem_x

so the simplest was :
f () returns out_x
var x;
[ nothing to do]
out_x = x
x = fby ...

pay attention to the order of equations since we are after the
scheduling..
probably it should be done before the scheduling anyway ?
2011-04-20 20:47:06 +02:00
compiler really fix normalize_mem. 2011-04-20 20:47:06 +02:00
examples Wrote wrapper macros for C interoperability. 2010-07-29 10:43:32 +02:00
lib Java main pretty print 2011-03-23 20:31:26 +01:00
test Convolutions and pip working. 2011-03-23 16:53:01 +01:00
tools New convention: 100 columns per line 2011-04-14 10:57:24 +02:00
.gitignore Merge branch 'java' 2011-03-21 22:21:00 +01:00
heptc blop 2011-03-21 17:41:00 +01:00
todo.txt blop 2011-03-21 17:41:00 +01:00