Revision c518d082
Added by Xavier Thirioux almost 9 years ago
test/src/clocks/oversampling0.lus | ||
---|---|---|
18 | 18 |
var toto:int; |
19 | 19 |
let |
20 | 20 |
toto = 1 ; |
21 |
c = true fby false fby c;
|
|
21 |
c = toto = 0 (*true fby false fby c*);
|
|
22 | 22 |
out = g(x,toto=0); |
23 | 23 |
tel |
24 | 24 |
*) |
Also available in: Unified diff
- added generation of clock information in interface (.lusi) files
- added clock checking between interface and implementation files