source:
vis_dev/vis-2.3/models/transition/compostion.v
@
102
Last change on this file since 102 was 99, checked in by , 12 years ago | |
---|---|
File size: 141 bytes |
Line | |
---|---|
1 | module compo(ck,i,t); |
2 | input ck; |
3 | input i; |
4 | input j; |
5 | output t; |
6 | simple S(ck,i,t); |
7 | cex cex(ck,j); |
8 | |
9 | endmodule |
10 | `include "modele.v" |
11 | `include "cex.v" |
Note: See TracBrowser
for help on using the repository browser.