>> "SIGOURE" == SIGOURE Benoit
<sigoure.benoit(a)lrde.epita.fr> writes:
Index: tests/xrm/static-for-step.xpm
--- tests/xrm/static-for-step.xpm (revision 26)
+++ tests/xrm/static-for-step.xpm (working copy)
@@ -2,11 +2,9 @@
for i from 0 to 42 step 2 do
module dummy[i]
- for i from 0 to 42 step 2 do
- // FIXME: x here shall be replaced with x[i]
- // but this is not supported ATM
- x : [0..1];
- [] x=0 -> x'=1;
+ for j from 0 to 42 step 2 do
+ x[i][j] : [0..1];
+ [] x[i][j]=0 -> x[i][j]'=1;
end
endmodule
end
C'est la fĂȘte !