Four transistor resistive fuse

The first resistive fuse is the four transistor fuse. This consists of two Chua resistors back to back, and provides a very simple implementation of the breakdown voltage behaviour of a resistive fuse. A Chua resistor consists of two depletion mode MOSFETS, connected as shown in Figure 4.1. The substrates of each transistor are connected to their drains. For simplicity of analysis, it is assumed that the threshold voltages of the transistors are equal and opposite, that is

$V_{T_n} = -V_{T_p} = V_T > 0$,

and that the conductivity parameters are equal:

$k_p = k_n = k$.

Figure 4.1: Chua Resistor
\begin{figure}\par
\centerline{\psfig{figure=eps/chua_schem.eps,width=5cm,angle=0}}
\par\end{figure}

Since the circuit is isolated from both the positive and ground voltage rails, it is clear that it can only respond to differences between the voltages on the two terminals of the device, and not to the common mode signal. Thus, to analyse the circuit, it is only necessary to consider the differential mode case where a signal $V/2$ is applied to the p-transistor drain and $-V/2$ to the n-transistor drain. From symmetry, the voltage at the node between the two transistors will be 0. Thus, it can be seen that the operation of the transistors depends on the gate voltage always being equal and opposite to the source voltage. As $V$ is increased, the current through the device will increase, until the gate voltage falls below the threshold and the device shuts off.

If we start with a voltage signal $V = 0$, then no current will flow in the circuit. If $V$ is increased slightly, both transistors will be in the ohmic region, and

\begin{eqnarray*}
I &=& K(2(v_{GS} - V_t)v_{DS} - {v_{DS}}^2) \\
&=& K\left(2\left({V\over 2} - V_t\right)V - V^2\right) \\
\end{eqnarray*}


When $V = V_t$, $v_{DS} = v_{GS} - V_t$, and the transistors pass into saturation. Thus,

\begin{eqnarray*}
I &=& K(v_{GS} - V_t)^2 \\
&=& K\left({V\over 2} - V_t\right)^2 \\
\end{eqnarray*}


When $V = 2V_t$, the transistors cut off, and the current becomes zero. This characteristic is shown in Figure 4.2.

Figure 4.2: Chua Resistor Theoretical Characteristic
\begin{figure}\par
\centerline{\psfig{figure=gnuplot/chua_charac.ps,width=10cm,angle=-90}}
\par\end{figure}

If two Chua resistors are placed back to back, the circuit will cut off for both positive and negative voltages larger than the threshold. The current through a reverse biased Chua resistor is very large. This means that the voltage across a four transistor resistive fuse will fall mainly across the forward biased Chua resistor. Thus, the characteristic for the total circuit will be the same as that of a single Chua resistor in the forward region, and a mirror image in the reverse region, as shown in Figure 4.3. There is no clear cutoff voltage, rather there is a gentle rolloff. The cutoff voltage will be the sum of the threshold voltages of the two transistors of a Chua resistor.

Figure 4.3: Four Transistor Resistive Fuse Characteristic
\begin{figure}\par
\centerline{\psfig{figure=eps/new4trf.eps,width=10cm,angle=0}}
\par\end{figure}

Because the substrate of each transistor is connected to its drain, the circuit is isolated from the supply rails, and thus the circuit displays excellent common mode independence. The major problem with the circuit is that its parameters, the threshold voltage and resistance, are determined at the fabrication stage, and the parameters of transistors are highly variable. Furthermore, depletion mode transistors are considerably more difficult to fabricate than enhancement mode transistors [4].

The schematic of my implementation of the four transistor resistive fuse is shown in Figure 4.4.

Figure 4.4: Four Transistor Resistive Fuse Implementation
\begin{figure}\par
\centerline{\psfig{figure=eps/4trf_schem.eps,width=7cm,angle=0}}
\par\end{figure}

Matthew Exon 2004-05-23