Close

NMOS Logic and Discrete MOSFET Types

A project log for Discrete NMOS Logic in 2020

Optimizing NMOS logic gates made of discrete transistors

timTim 09/25/2020 at 20:262 Comments

The most basic NMOS gate, an inverter, consists of a load resistor and an N-MOSFET as shown below. NAND and NOR gates can easily be formed by using two N-MOSFETS, more complicated gates are formed by combinations thereof.

Some benefits compared to Resistor-Transistor-Logic are:

In short, it is much easier to realize discrete logic circuits without spending a lot of thought on analog circuit design.

The Catch

There is a drawback, isn't there? Two things stand out:

  1. The MOSFET is a four terminal device. To build fany circuits like pass-transistor logic or cross coupled XOR gates we also need to to control the substrate contact.
  2. Somehow it seems that all practical examples of discrete NMOS circuits are very very slow, as evidenced by the Megaprocessor and the Monster6502. Let's figure out what to do about this.

Types of discrete MOSFETS

Although often no distinction is made by the circuit symbol, there are actually several different types of MOSFETS.

Planar MOSFET

The basic type of MOSFET that is also used in integrated circuits (at least up to the 32 nm node) is called the planar MOSFET. A cross section is shown below.

By Cyril BUTTAY, CC BY-SA 3.0, https://commons.wikimedia.org/w/index.php?curid=671256

Both source and drain contact are accessible from the top of the device, while bulk contact can be established by contacting the subtrate by a p+ region at the bottom or next to the S/D junction.

Power MOSFET

DIscrete MOSFET are often used as switch for high currents. These applications are typically addressed by a functionallity similar, but differently constructed device called the Power-MOSFET. A cross-section of the basic structure is shown below. Note that there are many variants and refinements of this devices. Each power-MOS consists of many of the cells as shown below.

CC BY-SA 3.0, https://commons.wikimedia.org/w/index.php?curid=538889

Compared to the planar device, the current flow through the power-MOS is vertical. The source is at the top and the drain is at the bottom. The bulk is directly connected to the source. Due to this, it is not possible to control the bulk contact independently anymore and a PN-Diode is formed between source and drain. This is given by design and is not a disdavantage for most application. It does, however, prevent us from using these devices in a pass gate configuration.

Discussions

Yann Guidon / YGDES wrote 11/25/2020 at 10:48 point

"It does, however, prevent us from using these devices in a pass gate configuration."
Unless you connect 2 such devices with their diodes back-to-back.
It's more expensive but "it works" well enough in some cases.

  Are you sure? yes | no

Tim wrote 11/25/2020 at 11:57 point

Yes, but you also double input capacitance, channel resistivity and footprint :) Maybe that is ok in some use cases though, like flipflops.

  Are you sure? yes | no