- or download this
module and_1 (y,a,b);
input a, b;
...
endmodule
- or download this
module or_1 (y,a,b);
input a, b;
...
endmodule
- or download this
module and_1 (y,a,b);
input a, b;
...
endmodule
- or download this
module and_1 (y,a,b); //not changing anything
input a, b;
...
endmodule