Saturday 4 July 2015

CMOS circuits- NOT gate using Cmos

NOT GATE USING CMOS
module not1(out,in);
output out;
input in;
supply1 vdd;
supply0 gnd;
pmos p1(out,vdd,in);
nmos n1(out,gnd,in);

endmodule

1 comment:

  1. http://verilogbyvijaysn.blogspot.in/2015/07/cmos-circuits-not-gate-using-cmos.html

    ReplyDelete