6 lines
52 B
Coq
6 lines
52 B
Coq
|
|
module test;
|
||
|
|
wire s1;
|
||
|
|
not(,s1);
|
||
|
|
not(s1,);
|
||
|
|
endmodule
|