0% found this document useful (0 votes)
29 views1 page

Tgate Switch

This document describes a transistor gate switch module with two inputs - an inverting control input nC and a non-inverting control input C, and two inout ports - L and R. The module contains a pmos transistor p1 connecting L and R with gate controlled by nC, and an nmos transistor p2 also connecting L and R but with gate controlled by C.

Uploaded by

manish 123
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views1 page

Tgate Switch

This document describes a transistor gate switch module with two inputs - an inverting control input nC and a non-inverting control input C, and two inout ports - L and R. The module contains a pmos transistor p1 connecting L and R with gate controlled by nC, and an nmos transistor p2 also connecting L and R but with gate controlled by C.

Uploaded by

manish 123
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

module

inout
inout
input
input

t_gate_switch (L,R,nC,C);
L;
R;
nC;
C;

//Syntax: keyword unique_name (drain. source, gate);


pmos p1 (L,R,nC);
nmos p2 (L,R,C);
endmodule

You might also like