<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-AU">
    <title>Lucien&#x27;s Pro Website - SPICE</title>
    <link rel="self" type="application/atom+xml" href="https://luciengheerbrant.com/tags/spice/atom.xml"/>
    <link rel="alternate" type="text/html" href="https://luciengheerbrant.com"/>
    <generator uri="https://www.getzola.org/">Zola</generator>
    <updated>2024-08-15T00:00:00+00:00</updated>
    <id>https://luciengheerbrant.com/tags/spice/atom.xml</id>
    <entry xml:lang="en-AU">
        <title>CMOS inverter</title>
        <published>2024-08-15T00:00:00+00:00</published>
        <updated>2024-08-15T00:00:00+00:00</updated>
        
        <author>
          <name>
            Lucien Gheerbrant
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://luciengheerbrant.com/portfolio/chip-lab2/"/>
        <id>https://luciengheerbrant.com/portfolio/chip-lab2/</id>
        
        <content type="html" xml:base="https://luciengheerbrant.com/portfolio/chip-lab2/">&lt;h2 id=&quot;introduction&quot;&gt;Introduction&lt;&#x2F;h2&gt;
&lt;p&gt;After understanding the characteristics of the PMOS and NMOS components,
we will now combine the two to make a CMOS inverter, as in Complementary
MOS. This will allow us to make the simplest digital electronic
component, an inverter. We will also study the layout of a CMOS
inverter.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;cmos-inverter-operation-analysis&quot;&gt;CMOS Inverter Operation Analysis&lt;&#x2F;h2&gt;
&lt;p&gt;The CMOS schematic is displayed in the figure below. The goal is to take
advantage of the “opposite characteristics” of the nMOS and pMOS
transistors.&lt;&#x2F;p&gt;
&lt;p&gt;If the input voltage is at 0 V, the N-channel transistor is OFF and the
current doesn’t go through. The P-channel transistor however is ON and
its current flows freely, as the drain is connected to the source. That
means we get would get the voltage of vdd!* through in the output, so
2.5 V.&lt;&#x2F;p&gt;
&lt;p&gt;If the input voltage is at 2.5 V, the N-channel transistor is ON and its
current flows freely, and the source get connected to drain. The
P-channel transistor is OFF and its current stops. This time, the output
is the difference between the ground voltage and 0 V, which is 0.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;cmos-inverter-fabrication-process&quot;&gt;CMOS Inverter Fabrication Process&lt;&#x2F;h2&gt;
&lt;p&gt;To make the CMOS inverter, we need to make an N-channel in a P-type for
the NMOS, and a P-channel for the in a N-type for the PMOS, using
P-wells and N-wells. Poly, meaning polysilicon, is what constitutes the
gate.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;results&quot;&gt;Results&lt;&#x2F;h2&gt;
&lt;figure&gt;
    &lt;img class=&quot;&quot;src=&quot;img&amp;#x2F;444de6b144356e967521c3b6452f12dcde8202b5.png&quot;&#x2F;&gt;
    &lt;figcaption&gt;
    Figure 1: CMOS inverter schematics, 15&#x2F;08&#x2F;2024
    &lt;&#x2F;figcaption&gt;
&lt;&#x2F;figure&gt;
&lt;figure&gt;
    &lt;img class=&quot;&quot;src=&quot;img&amp;#x2F;38aa3e7fb993db5e44d9babc3085ad1eecaf2a01.png&quot;&#x2F;&gt;
    &lt;figcaption&gt;
    Figure 2: Pulse signal rising and falling times. 15&#x2F;08&#x2F;2024
    &lt;&#x2F;figcaption&gt;
&lt;&#x2F;figure&gt;
&lt;figure&gt;
    &lt;img class=&quot;&quot;src=&quot;img&amp;#x2F;c637c9a7fa078516e1ef200a09f6450cbad5a6a5.png&quot;&#x2F;&gt;
    &lt;figcaption&gt;
    Figure 3: Input and output voltage values of a CMOS inverter using a
    pulse source between 0 and 2.5v, 15&#x2F;08&#x2F;2024
    &lt;&#x2F;figcaption&gt;
&lt;&#x2F;figure&gt;
&lt;figure&gt;
    &lt;img class=&quot;&quot;src=&quot;img&amp;#x2F;518a8a407b66f64fbdcd0d0a0e1f2a4eb836e7df.png&quot;&#x2F;&gt;
    &lt;figcaption&gt;
    Figure 4: Layout of a CMOS inverter, 15&#x2F;08&#x2F;2024
    &lt;&#x2F;figcaption&gt;
&lt;&#x2F;figure&gt;
&lt;h2 id=&quot;conclusions&quot;&gt;Conclusions&lt;&#x2F;h2&gt;
&lt;p&gt;The simulation of the CMOS respects its inverting characteristics. We
can see the added propagation delay of MOS transistors in the raising
and lowering times.&lt;&#x2F;p&gt;
&lt;p&gt;This inverter is the simplest digital electronic component needed for
modern computing. What we need next is to make a NAND gate to make the
real beginning of Boolean logic through digital electronic.&lt;&#x2F;p&gt;
</content>
        
    </entry>
    <entry xml:lang="en-AU">
        <title>Using S-Edit (Schematic Entry Tool) &amp; T-SPICE (Analog Simulation Tool)</title>
        <published>2024-08-09T00:00:00+00:00</published>
        <updated>2024-08-09T00:00:00+00:00</updated>
        
        <author>
          <name>
            Lucien Gheerbrant
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://luciengheerbrant.com/portfolio/chip-lab1/"/>
        <id>https://luciengheerbrant.com/portfolio/chip-lab1/</id>
        
        <content type="html" xml:base="https://luciengheerbrant.com/portfolio/chip-lab1/">&lt;p&gt;This is from an introductory lab to SPICE software. It allows to
design and test circuits.&lt;&#x2F;p&gt;
&lt;p&gt;This lab also focuses on MOS drain current vs. drain-to-source voltage
depending on Vgs values. We also simulate a silicon diode and output its
characteristic.&lt;&#x2F;p&gt;
&lt;p&gt;This lab was really guided and simply introductory. It consisted into
copying the schematics given and give it the specified parameters and
then simulate.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;nmos&quot;&gt;NMOS&lt;&#x2F;h2&gt;
&lt;figure&gt;
    &lt;img class=&quot;&quot;src=&quot;img&amp;#x2F;image1.png&quot;&#x2F;&gt;
    &lt;figcaption&gt;
    Figure 1: NMOS
    &lt;&#x2F;figcaption&gt;
&lt;&#x2F;figure&gt;
&lt;figure&gt;
    &lt;img class=&quot;&quot;src=&quot;img&amp;#x2F;image2.png&quot;&#x2F;&gt;
    &lt;figcaption&gt;
    Figure 2: NMOS drain current vs. drain-to-source voltage depending on
    Vgs
    &lt;&#x2F;figcaption&gt;
&lt;&#x2F;figure&gt;
&lt;h2 id=&quot;pmos&quot;&gt;PMOS&lt;&#x2F;h2&gt;
&lt;figure&gt;
    &lt;img class=&quot;&quot;src=&quot;img&amp;#x2F;image3.png&quot;&#x2F;&gt;
    &lt;figcaption&gt;
    Figure 3: PMOS schematic
    &lt;&#x2F;figcaption&gt;
&lt;&#x2F;figure&gt;
&lt;figure&gt;
    &lt;img class=&quot;&quot;src=&quot;img&amp;#x2F;image4.jpeg&quot;&#x2F;&gt;
    &lt;figcaption&gt;
    Figure 4: PMOS drain current vs. drain-to-source voltage depending on
    Vgs
    &lt;&#x2F;figcaption&gt;
&lt;&#x2F;figure&gt;
&lt;h2 id=&quot;silicon-diode&quot;&gt;Silicon Diode&lt;&#x2F;h2&gt;
&lt;figure&gt;
    &lt;img class=&quot;&quot;src=&quot;img&amp;#x2F;image5.png&quot;&#x2F;&gt;
    &lt;figcaption&gt;
    Figure 5: Silicon diode schematics
    &lt;&#x2F;figcaption&gt;
&lt;&#x2F;figure&gt;
&lt;figure&gt;
    &lt;img class=&quot;&quot;src=&quot;img&amp;#x2F;image6.jpeg&quot;&#x2F;&gt;
    &lt;figcaption&gt;
    Figure 6: Silicon diode characteristic
    &lt;&#x2F;figcaption&gt;
&lt;&#x2F;figure&gt;
&lt;h2 id=&quot;conclusions&quot;&gt;Conclusions&lt;&#x2F;h2&gt;
&lt;p&gt;We can see the theoretical functions of the MOS transistors, with the
triode region on the first values of the drain-to-source voltage, and
the linear region.
For the silicon diode, we can see the reversed bias and forward bias as
the current (or voltage) increases.&lt;&#x2F;p&gt;
</content>
        
    </entry>
</feed>
