Really? I thought he's giving it to haiby?
Just learned to draw more complex circuits in LaTeX 
How I drew it.....
Code: (Click to show)
\begin{wrapfigure} {l} {75mm}
\centering
\setlength\fboxsep{2mm}
\setlength\fboxrule{0.5pt}
\fbox{ \begin{circuitikz} \draw
(0,0) node [pigfete, yscale=-1] (pma) {}
(pma.S)++(0,0.2) node [ocirc] {} node [anchor=south] {$V_{in}$} -- (pma.S)
(pma.D)++(0,-1.5) node(C){} to [D] (pma.D) node [circ] {} to [L] ++(2,0) node[circ] (A) {} ++(0,-1.5) node(B){} to [pC] (A) to[short] ++(0.8,0) node[ocirc] {} node [anchor=west] {$V_{out}$}
(B) to[short] ++(-1,0) node[ground]{} node[circ]{} to[short] (C)
(pma.G) node[ocirc]{} node [anchor=east] {$PWM_{in}$}
; \end{circuitikz} }
\caption{Ideal buck converter circuit}
\end{wrapfigure}





























