source:
cegar_dev/cegar/abstract_model/main_abstract.v
@
34
Last change on this file since 34 was 4, checked in by , 14 years ago | |
---|---|
File size: 188 bytes |
Line | |
---|---|
1 | |
2 | module main_Abs(clk); |
3 | |
4 | input clk; |
5 | input i1; |
6 | output o1; |
7 | output o2; |
8 | output r_i1; |
9 | |
10 | machine_concret1_Abs1 machine_concret1_a1(clk,i1,o1,o2,r_i1); |
11 | |
12 | |
13 | endmodule |
14 | `include machine_concret1_Abs1.v |
Note: See TracBrowser
for help on using the repository browser.