Fact-checked by Grok 2 weeks ago

Diode logic

Diode logic, also known as diode-resistor logic (DRL), is a class of digital logic circuits that utilizes diodes and resistors to implement fundamental operations, primarily AND and OR gates, by exploiting the unidirectional conduction property of diodes to control signal flow. In these circuits, diodes act as switches that forward-bias to allow current when inputs are high (logic 1, typically +5 V or +10 V) and reverse-bias to block current when inputs are low (logic 0, 0 V), enabling the realization of logic functions without active . Historically, diode logic emerged in the mid-20th century as one of the earliest semiconductor-based approaches to , predating widespread use and finding application in the construction of early computers during the and , where diodes provided a reliable means for signal steering in vacuum tube-dominated systems. Its simplicity allowed for compact implementations with minimal components, making it suitable for prototyping and low-cost logic elements in pioneering machines, though it was gradually supplanted by more versatile technologies like resistor- logic () and diode- logic (DTL) by the . The operation of a basic in diode logic involves multiple with their cathodes connected to the inputs and anodes tied together to the output, which is connected through a to the supply voltage; the output voltage rises to logic high only if all inputs are high, as any low input reverse-biases its , clamping the output low through the . Conversely, an connects anodes to inputs and cathodes in parallel to the output with a to , producing a high output if at least one input is high, since forward-biased conduct to raise the output voltage. These configurations demonstrate the passive nature of diode logic, which relies on voltage drops across (approximately 0.7 V for ) to define logic levels, typically distinguishing logic 0 below 0.7 V and logic 1 above 3 V or 4 V depending on the supply. Despite its foundational role, diode logic has notable limitations that restricted its and longevity in modern electronics. It inherently lacks inversion (NOT) functionality, as diodes cannot amplify or regenerate signals, leading to issues like signal degradation over multiple stages, poor (limited ability to drive multiple loads), and sensitivity to input that slows switching speeds, particularly at high frequencies where reverse-biased diode introduces delays. To address these, diode logic was often augmented with transistors in DTL circuits to provide gain, negation, and improved noise margins, paving the way for integrated circuits like and that dominate contemporary digital design. Today, pure diode logic sees limited use, primarily in educational demonstrations, simple switching applications, or hybrid designs where low-power passive logic is advantageous, such as in certain analog-digital interfaces or repairs.

Introduction

Definition and Principles

Diode logic is a method of implementing functions in circuits using diodes and resistors, where diodes steer currents to perform logical operations such as AND . In this approach, diodes function as one-way valves that allow current to flow only under forward conditions, corresponding to a logic high (1), while blocking current in reverse , representing a logic low (0). The core principle relies on the diode's nonlinear conduction properties: when forward-biased ( voltage higher than by approximately 0.7 V), it presents low resistance, enabling current flow; in reverse , it exhibits high resistance, preventing current flow. The basic circuit model in diode logic combines diodes with pull-up or pull-down resistors to establish defined logic levels at the output. For an , diodes are connected in parallel with their anodes tied to the inputs and cathodes to the output, accompanied by a pull-down resistor to ; this configuration outputs a high level if any input is high, as the conducting diode steers current to the output. Conversely, an uses diodes connected in parallel with cathodes to inputs and anodes to the output, paired with a to the supply voltage; the output is high only if all inputs are high, allowing current through all diodes. These setups implement basics, where the output reflects the logical combination of inputs without . Truth tables illustrate the operation for two-input examples. For the diode OR gate:
Input AInput BOutput
000
011
101
111
For the diode AND gate:
Input AInput BOutput
000
010
100
111
In an ideal diode OR gate, neglecting the forward voltage drop, the output voltage is given by
V_{\text{out}} = \max(V_{\text{in1}}, V_{\text{in2}})
where the highest input voltage determines the output level through the conducting path.

Historical Development

Diode logic originated in the mid-20th century as one of the earliest forms of semiconductor-based digital circuitry, leveraging the unidirectional conduction properties of diodes for basic switching and gating functions in electronic computers. Precursor research on semiconductor diodes dates back to the 1930s, when and others at Bell Laboratories investigated and crystals for their rectifying characteristics, laying foundational knowledge for solid-state devices despite initial focus on high-frequency applications. The practical application of diodes in began during , with the (Electronic Numerical Integrator and Computer), completed in 1945 under the leadership of engineers and , incorporating approximately 7,200 crystal diodes primarily for diode matrix storage in high-speed function tables, marking an early shift from purely vacuum-tube designs. Key advancements accelerated in the late 1940s and early 1950s as transistors emerged, enabling hybrid approaches that combined diodes with amplification. The , delivered in 1949 by Eckert and Mauchly, represented a milestone by employing germanium diodes in its logic processing hardware, likely the first such use of semiconductors for rather than mere . This was followed by the Standards Eastern Automatic Computer (SEAC) in 1950, developed by the U.S. National Bureau of Standards, which pioneered all-diode logic throughout its design for improved reliability over vacuum tubes, achieving cycle times around 115 microseconds and serving as a model for stored-program architectures. By the mid-1950s, resistor-diode logic (DRL), which paired diodes with resistors for non-inverting gates, gained traction in commercial systems; IBM's 608 Calculator (1954), the world's first all-transistorized computer, utilized thousands of germanium diodes alongside 3,000 transistors for its arithmetic and control logic, demonstrating DRL's viability in production-scale machines. Diode logic reached its peak in the , powering minicomputers and peripherals where cost and simplicity outweighed performance demands, as seen in systems like the PDP-5 (1963) from , which employed transistor-diode modules for core operations. However, limitations such as voltage drops across diodes (reducing signal levels by about 0.7 V per stage), poor (typically limited to 10-20 loads), and inability to provide inversion without additional components hindered . These drawbacks led to its decline in the late 1960s, as resistor-transistor logic () and transistor-transistor logic () offered superior speed (up to 10-20 times faster switching) and integration density, with TTL's first commercial integrated circuits appearing in 1963 from Sylvania and . By the , diode logic persisted only in niche peripheral applications, such as interface circuits, before being fully supplanted by more advanced integrated technologies.

Fundamentals of Diode Logic

Boolean Algebra and Logic Gates

serves as the mathematical basis for digital logic, employing variables that assume values of 0 (representing false) or 1 (representing true) to model logical propositions and their relationships. Formulated by in 1847, this algebraic system treats logic as an extension of ordinary algebra, where operations mimic arithmetic but are constrained to outcomes. extended these principles to electrical switching circuits in 1938, demonstrating how operations could systematically design relay-based systems, laying the groundwork for modern digital computation. The core operations of Boolean algebra are AND (conjunction, denoted A · B), OR (disjunction, denoted A + B), and NOT (negation, denoted \overline{A}). The AND operation produces 1 only when all inputs are 1, OR produces 1 when any input is 1, and NOT reverses the input value from 0 to 1 or vice versa. De Morgan's laws, established by Augustus De Morgan in 1847, provide key identities for expression manipulation: \overline{A · B} = \overline{A} + \overline{B} and \overline{A + B} = \overline{A} · \overline{B}. These laws enable the conversion between AND/OR forms and their negated counterparts, facilitating circuit optimization and equivalence proofs. Logic gates realize these operations in hardware, with AND performing multiplication-like conjunction, OR addition-like disjunction, and NOT inversion. For a two-input , the enumerates all input combinations and outputs:
ABA · B
000
010
100
111
The two-input is:
ABA + B
000
011
101
111
A single-input NOT gate inverts: input 0 yields output 1, and input 1 yields 0. These tabular representations, rooted in analysis, verify gate behavior exhaustively. NAND and NOR gates possess universal properties, allowing any to be synthesized from instances of either alone, as proven through their ability to construct AND, OR, and NOT. While diode logic emphasizes AND and OR gates for their alignment with basic diode configurations, these universal gates highlight the expressive power of systems. , the domain of diode logic, generates outputs solely from present inputs without retaining state, differing from that uses elements like latches to incorporate timing and . Representative expressions include the OR operation A + B, which evaluates to 1 if A or B (or both) is 1, and the AND operation A · B, which evaluates to 1 only if both A and B are 1.

Diode Operation in Logic Circuits

A diode is formed by joining a p-type , doped with acceptors to create mobile holes as majority carriers, to an n-type , doped with donors to create mobile electrons as majority carriers, resulting in a at the junction where mobile carriers are depleted. In forward bias, applying a positive voltage to the p-side relative to the n-side reduces the width, allowing majority carriers to cross the junction and recombine, leading to low resistance conduction with a characteristic of approximately 0.7 V for diodes at typical operating currents. Conversely, in reverse bias, a negative voltage on the p-side widens the , repelling majority carriers and resulting in high resistance, where only a negligible reverse flows due to minority carrier drift. In logic circuits, diodes function primarily as unidirectional switches, conducting when an input represents 1 (forward biased above the ) to steer the signal toward the output , while isolating the output from low inputs ( 0, reverse biased) to prevent unwanted paths or signal . This switching behavior enables basic operations by selectively routing signals based on input states, with the diode's low forward (on the order of ohms) during conduction and high reverse (megaohms) during blocking ensuring minimal loading on driving stages. The I-V characteristic of the diode exhibits nearly zero current in reverse bias and an increase in forward bias, governed by the : I = I_s \left( e^{V_d / (n V_t)} - 1 \right) where I is the diode current, I_s is the reverse (typically $10^{-12} to $10^{-15} A for ), V_d is the voltage across the diode, n is the ideality factor (1 for ideal diffusion-dominated transport, up to 2 for recombination effects), and V_t = kT/q \approx 26 mV is the thermal voltage at (300 K), with k as Boltzmann's and q as the charge. This relationship means small changes in V_d (e.g., 60 mV) can cause orders-of-magnitude changes in current, enabling sharp switching transitions in logic applications. Ideal diode models in theoretical logic analysis assume zero forward voltage drop and infinite reverse resistance for simplicity, treating the device as a perfect switch that turns on instantly at zero bias and off completely in reverse. In real circuits, however, the 0.7 V drop reduces output voltage levels, potentially causing signal degradation over multiple stages and necessitating compensation through higher supply voltages or buffering, while reverse leakage current, though small, can contribute to power dissipation in dense arrays. Biasing in diode logic circuits employs resistors to define default output states: a pull-down resistor connected from the output to ground in OR gate configurations ensures the output defaults to logic low when all inputs are low (diodes reverse-biased, isolating inputs), while a pull-up resistor from the output to the positive supply voltage (V_{CC}) in AND gate configurations defaults the output to logic high unless all inputs are high (diodes forward-biased to pull the output low against the pull-up). These setups maintain stable logic levels compatible with subsequent stages, with resistor values typically chosen (e.g., 1-10 kΩ) to balance speed, power, and fan-out without excessive voltage drops.

Logic Voltage Levels and Biasing

In diode logic circuits, the logic high state (V_H) is typically defined as a voltage near the supply rail, such as 5 V, while the logic low state (V_L) is approximately 0 V. These levels ensure reliable switching between states, with the threshold for diode conduction occurring around the forward voltage of the , enabling the circuit to distinguish between high and low inputs effectively. Biasing resistors play a critical role in setting the default output state and maintaining stable operation. In OR configurations, a pull-down resistor connected to pulls the output low when all are low, preventing floating states. Conversely, in AND configurations, a to the positive supply () holds the output high unless an input goes low, forward-biasing the diodes to discharge the output. These resistors also limit current flow to protect the diodes and . When a diode conducts in a multi-input gate, voltage division occurs along the path, resulting in an output voltage (V_out) approximately equal to the input voltage minus the diode's forward (V_f), typically about 0.7 V for diodes. This drop must be accounted for to ensure the output remains within valid logic levels. , or the number of gates one output can drive, is influenced by the biasing resistor value, which balances loading effects; typical values range from 1 kΩ to 10 kΩ to support moderate while minimizing power draw and voltage degradation. Diode logic voltage levels were designed for compatibility with early circuits, where outputs swung between similar positive and ground potentials, allowing direct interfacing without additional level shifting. Later, these levels aligned well with early inputs in diode-transistor logic (DTL), facilitating the transition from tubes to solid-state devices. The diode forward drop, around 0.7 V, influences interfacing margins but is generally accommodated within standard 5 V supplies.

Basic Diode Logic Gates

Active-High OR Gate

In active-high diode logic, the OR gate is constructed using diodes connected in parallel, where each input signal is applied to the anode of a dedicated diode, and all diode cathodes are joined at a common output node. A pull-down , typically connected from the output to , ensures that the output defaults to a logic low state when no input is active. This configuration leverages the unidirectional conduction property of to realize the OR function, where the output assumes a high logic level if at least one input is high. The operation of the active-high proceeds as follows: when all inputs are at low (0 V), each is reverse-biased and blocks flow, preventing any path from the inputs to the output; the pull-down then discharges the output node to , resulting in a low output. If any single input or multiple inputs transition to high (e.g., +5 V), the corresponding (s) become forward-biased and conduct, sourcing to the output node and raising its voltage to nearly the high input level, thereby producing a high output. This behavior ensures the output is high only when at least one input is high, faithfully implementing the OR operation. For visualization, input waveforms applied to A and B would show the output following the of the highest input, with transitions delayed slightly by the 's forward conduction. The truth table for a two-input active-high diode OR gate is as follows:
ABY
000
011
101
111
Analysis of the circuit reveals that the output voltage, when at least one input is high, approximates the maximum input voltage minus the diode forward voltage drop: V_{out} \approx \max(V_A, V_B) - V_f, where V_f is typically 0.6–0.7 V for diodes under forward bias. If all inputs are low, V_{out} \approx 0 V, assuming negligible diode leakage current. This voltage relationship holds under ideal conditions with sufficiently high logic levels to overcome the drop while maintaining valid high/low thresholds for subsequent stages.

Active-High AND Gate

The active-high diode AND gate, also known as a diode-resistor logic (DRL) AND gate, implements the where the output is high only when all inputs are simultaneously high. This configuration uses multiple arranged in parallel, with the of each connected to a respective input and the anodes of all diodes tied together to form the output node. A connects this output node to the positive supply voltage (), typically 5V or 10V in early digital systems, ensuring the output defaults to high when no diodes conduct. In operation, when all inputs are at logic high (equal to ), the voltage at each matches , placing all in a non-conducting state (zero or reverse relative to the output). With no path for current through the , the charges the output to , resulting in a logic high. If any input is low (near 0V), the corresponding becomes forward-, conducting current from the output to that low input and clamping the output voltage to approximately the 's forward (V_f, typically 0.6–0.7V for ). This pulls the output low, regardless of the other inputs, as the conducting overrides the . For multiple low inputs, the output remains clamped at V_f by the conducting (s), with negligible additional effect due to the parallel arrangement. The for a two-input active-high AND gate is as follows:
Input AInput BOutput Y
000
010
100
111
Here, logic 0 represents (~0V or V_f when clamped), and logic 1 represents (Vcc). This behavior extends to gates with more than two inputs, where the output is high only if every input is high. Analysis of the circuit reveals key voltage characteristics that impact its performance. The high output level is ideal at full , providing strong drive capability when all inputs are high. However, the low output is degraded to V_f rather than true potential, which can reduce margins in cascaded logic stages by allowing minor leakage currents or offsets to influence the signal. This arises from the physics of the forward-biased and is independent of the number of inputs, as only one conducting path is needed to clamp the output. Such limitations in level restoration highlight the need for active elements like transistors in more robust logic families, though AND gates were foundational in early applications.

Active-Low Configurations

In active-low configurations, diode logic operates under a negative where a level (typically near potential) represents logic 1 (asserted state), and a level (near the supply voltage) represents logic 0 (deasserted state). This polarity is prevalent in systems employing open-collector or open-drain outputs, enabling multiple devices to share a common bus without contention through wired connections. The active-low OR gate, which asserts (outputs low) if any input is asserted (low), is realized using parallel diodes with cathodes connected to the inputs and anodes tied to the common output node, accompanied by a pull-up resistor from the output to the positive supply. When all inputs are high (logic 0), the diodes are reverse-biased, and the pull-up resistor maintains the output high (logic 0). However, if any input transitions low (logic 1), the corresponding diode becomes forward-biased, conducting current from the supply through the pull-up and diode to the low input, thereby pulling the output low (logic 1). This setup functions equivalently to a wired-OR connection in pure diode form and is analogous to the parallel diode configuration used for active-high OR gates but with reversed diode orientation and pull resistor placement. In diode logic lab experiments, similar parallel diode circuits demonstrate how changing the logic convention from active-high to active-low alters the interpreted function from OR to AND, highlighting the adaptability of diode arrangements to polarity. The active-low AND gate, which asserts (outputs low) only if all inputs are asserted (low), uses multiple diodes connected in parallel, with each input applied to the anode of a dedicated diode and all cathodes joined at the common output node. A pull-down resistor connects the output to ground, ensuring the output defaults to low (logic 1) when the diodes do not conduct from inputs. When all inputs are low (logic 1), all anodes are low, placing the diodes in reverse bias (anodes low, cathodes low via pull-down), so no conduction path raises the output, and the pull-down resistor holds the output low (asserted). If any input is high (logic 0, near Vcc), the corresponding diode becomes forward-biased, conducting current from the high input to the output and raising the output voltage to approximately Vcc - V_f (high, deasserted logic 0), overriding the pull-down. This configuration mirrors the parallel diode setup for the active-high OR gate but with reversed polarity interpretation, implementing the AND function where the output asserts only if every input asserts. To achieve inversion or compatibility between active-high and active-low signals in diode logic without dedicated NOT gates, additional diodes can be added in anti-parallel or shunting configurations, or resistors used to create level-shifting networks that flip the polarity. For example, a shunting diode across the output with appropriate can invert the signal by conducting in to to the opposite level, while a divider may attenuate and shift voltages to match the desired logic . These methods allow seamless integration of active-low diode gates with active-high systems, though they introduce extra forward voltage drops (V_f ≈ 0.7 V for diodes) that must be accounted for in voltage level margins. Such active-low diode configurations find utility in shared signal lines, such as interrupt request lines in early systems, where multiple peripherals can assert a low signal to request attention without bus conflicts. In the active-low , the asserted output voltage is given by V_\text{out, low} = \min(V_\text{in, low}) + V_f where V_\text{in, low} are the low input voltages and V_f is the forward , ensuring the output remains sufficiently low for reliable logic recognition despite the offset.

Practical Considerations

Voltage Drops and Losses

In diode logic circuits, the forward voltage drop across each conducting silicon diode introduces significant non-ideal degradation, typically around 0.7 V per diode, which reduces the output voltage swing and limits signal integrity. For instance, in an active-high AND gate implemented with series diodes and a pull-up resistor, two inputs both at logic high (e.g., 5 V) result in an output voltage of approximately V_{cc} - 1.4 V, or 3.6 V, due to the cumulative drops across the two diodes. These losses accumulate in multi-stage or multi-input configurations, causing progressive signal attenuation that further diminishes the logic high level. In cascaded gates, such as an feeding an , the output can fall into undefined voltage regions (e.g., 2.1–2.9 V for a 5 V supply), severely compromising reliability. Consequently, the maximum is practically limited to about 3–4 inputs, beyond which the voltage exceeds acceptable thresholds and prevents proper logic propagation. Loading effects exacerbate these voltage drops, as the input and effective of subsequent gates draw additional , leading to greater voltage division across the pull-up or pull-down resistors. This interaction reduces the steady-state output levels, particularly in high-fan-out scenarios where multiple gates share the drive signal. To mitigate these issues, alternative diode types with lower forward drops are employed, such as Schottky diodes exhibiting approximately 0.3 V drop, which preserves more of the supply voltage for logic levels. diodes offer even lower drops of about 0.2 V, further minimizing attenuation in sensitive applications. Overall, these voltage degradations erode the noise margins, with typical V_{IL} (below 1.5 V) and V_{IH} (above 3.5 V) thresholds seeing reductions of 20–30% in effective margin due to the diminished output swing in non-ideal conditions.

Transient Response and Speed

The transient response of diode logic circuits is governed by the inherent switching characteristics of diodes and the time constants associated with circuit elements. When a diode transitions from reverse to forward bias, it experiences a forward recovery time typically on the order of nanoseconds, allowing rapid turn-on for small-signal diodes used in logic applications. Conversely, the reverse recovery time, during which stored charge in the diode's junction is dissipated, is typically 4-8 ns for fast-switching diodes like the 1N4148 used in logic, introducing a delay in the turn-off process that limits overall circuit speed. Propagation delay in diode logic gates arises primarily from the RC time constant formed by the pull-up or pull-down resistors and the junction capacitance of the diodes. The time constant is given by \tau = R C_j, where R is the resistor value (often several k\Omega) and C_j is the diode's junction capacitance, typically around 4 pF for small-signal silicon diodes like the 1N4148 at zero bias. For example, with R = 10 k\Omega, \tau \approx 40 ns, representing the approximate time for the output to reach about 63% of its final voltage level during transitions. This delay affects the rise time of the output signal, as the charging path through the resistor charges the capacitive load slowly compared to active drive circuits. Factors such as exacerbate the propagation delay, as each additional gate driven increases the effective load proportionally to the number of input diodes (each contributing ~4 pF). In multi-gate configurations, this can extend delays to hundreds of nanoseconds, making high impractical without buffering. The nonlinear behavior of diodes further distorts waveforms: times follow an exponential curve but are clipped by the diode's forward voltage drop, while fall times are influenced by reverse recovery, resulting in overshoot or ringing if not damped properly. These effects lead to asymmetric and fall times, with fall times often longer due to charge . In comparison to transistor-based logics like resistor-transistor logic (RTL), diode logic exhibits slower transient performance, with propagation delays typically in the tens to hundreds of nanoseconds versus 25 ns for RTL gates under similar loads. This passivity limits diode logic to lower-speed applications, as active transistor amplification in RTL and later families (e.g., TTL at ~10 ns) enables faster switching and higher clock rates. While referencing established logic voltage levels (e.g., 0 V low, 5 V high), the time-domain limitations of diode logic stem from its reliance on resistive charging rather than current sourcing.

Power Dissipation and Noise

Diode logic circuits exhibit static dissipation mainly through the resistors that maintain logic voltage levels, as referenced in the section on logic voltage levels and . When the output is in the low state for an active-high , the full supply voltage V_{cc} drops across the pull-up resistor R, leading to a I = V_{cc} / R and P = V_{cc}^2 / R. For a representative configuration with V_{cc} = 5 V and R = 50 k\Omega, this results in about 0.5 mW per , making static a notable contributor in large-scale implementations. Dynamic power consumption in diode logic stems from the energy required to charge and discharge parasitic capacitances during state transitions. This is expressed as P_{dyn} = C V^2 f, where C is the effective , V is the voltage swing, and f is the operating frequency. Although diode logic operates at lower speeds than families, the fixed resistive paths ensure dynamic power remains secondary to static dissipation in typical applications. Noise margins in diode logic are inherently limited by the forward across diodes (approximately 0.6–0.7 V), which raises the output low level above and compresses the valid logic range. This yields typical noise margins of around 1 V, reducing tolerance to external compared to transistor-based families. Additionally, the passive nature of diode gates increases susceptibility to crosstalk and electromagnetic , particularly in unshielded wiring configurations. Thermal effects further impact diode logic reliability, as the in diodes approximately doubles for every 10°C increase in . This leakage elevates the logic low voltage over time, exacerbating degradation and potentially causing logic errors in warm environments. Overall, diode logic provides low power dissipation relative to circuits, facilitating early advancements in compact , but its resistive static power exceeds that of , which approaches zero static consumption.

Advanced and Specialized Forms

Resistor-Diode Logic (DRL)

Resistor-diode logic (DRL) is a refinement of basic diode logic that incorporates series resistors at the inputs of diode-based gates to limit current flow and provide better isolation between interconnected stages. These series resistors prevent excessive loading on driving circuits by restricting the current drawn when diodes conduct, thereby maintaining across multiple gate connections. This enhancement addresses key limitations of pure diode logic, where direct connections could cause voltage drops and signal degradation due to high input currents. The addition of series resistors improves isolation and reduces loading effects on previous stages. This is achieved through , where the input current to each is governed by I_{in} = \frac{V_{in} - V_{d} - V_{out}}{R_{series}}, with V_d the diode forward voltage drop (approximately 0.7 V for ), and R_{series} typically chosen to balance speed and power while minimizing loading effects. Compared to pure configurations, DRL offers superior immunity by reducing susceptibility to , as the resistors help stabilize output levels against voltage fluctuations. In the , DRL was implemented in standardized modules, such as packaged cards used in early systems like the D-17B guidance computer, facilitating and easier maintenance in complex arrays. DRL supports both positive and negative logic variants, adapting to different voltage conventions in system design. In positive logic DRL, a high voltage (e.g., +5 V) represents logic 1 and low (0 V) represents 0, with pull-up or pull-down resistors accordingly configured for OR or AND functions. Negative logic DRL inverts this, treating low voltage as 1, which was occasionally used in early systems for compatibility with specific biasing schemes. These variants enabled flexible integration into broader passive logic networks, though DRL's passive nature limited its use to non-inverting gates without additional active elements.

Tunnel Diode Logic

Tunnel diodes, invented by in 1957 while working at Corporation, are heavily doped p-n junction devices that exhibit negative differential resistance (NDR) due to quantum mechanical tunneling of electrons through the thin . This tunneling effect allows current to flow at low voltages without significant thermal activation, distinguishing tunnel diodes from conventional p-n diodes that rely on majority carrier diffusion. The NDR region in the current-voltage (I-V) characteristic arises when increasing voltage leads to decreasing current, enabling unique circuit behaviors not possible with standard diodes. In logic applications, tunnel diodes leverage their NDR for self-switching functionality, where the device can amplify small signals and transition between stable states rapidly, facilitating the implementation of flip-flops, gates, and other building blocks. For instance, bistable circuits using a single tunnel diode with appropriate biasing resistors operate as set-reset flip-flops, storing binary states in the two stable points of the I-V curve (one in the low-voltage positive resistance region and one in the high-voltage region). Basic OR gates are realized by connecting multiple input lines to a common tunnel diode through resistors, where the summed input currents trigger switching if exceeding the peak ; AND-like functions can be achieved with series configurations or complementary setups using the diode's thresholding. These circuits typically incorporate load and bias resistors (e.g., 100–470 Ω) to set operating points and ensure compatibility with subsequent stages, achieving switching speeds on the order of subnanoseconds, corresponding to GHz frequencies. Key characteristics of tunnel diodes for logic include the peak current I_p (typically 1–10 mA), beyond which current drops to the valley current I_v (often 10–20% of I_p), defining the NDR span. The transfer curve for logic elements exhibits sharp transitions (under 1 mV) and in bistable modes, allowing reliable state retention without external clocking in some designs. However, tunnel diode logic is highly sensitive to temperature variations, which shift the I-V curve and degrade NDR stability, often requiring compensation circuits. By the , these limitations, combined with the rise of integrated technologies offering better scalability and reliability, led to the phase-out of standalone tunnel diode logic in favor of hybrid or specialized uses.

Integration with Other Technologies

A key evolution in this integration was diode-transistor logic (DTL), developed in the early 1960s, which combined diode networks for functions with transistors for inversion and buffering, addressing the limitations of pure diode logic such as poor and lack of . In DTL gates, like the configuration, diodes handle input logic while a provides output drive, achieving noise margins superior to resistor- logic (RTL) and propagation delays around 30 ns in early implementations such as the 930 series. This hybrid structure facilitated the transition to fully integrated circuits by improving speed and reliability in computational subsystems. In resistor-transistor logic (RTL) and transistor-transistor logic (TTL) families, diode logic often formed front-end components for decoding, using diode matrices to select locations or peripheral lines based on inputs, minimizing in non-time-critical paths. For instance, a diode array could decode a 4-bit into one of 16 lines by conducting only when all relevant inputs align high, interfacing seamlessly with / drivers for cost-effective expansion in early computers. These integrations exploited diodes' to handle combinatorial decoding while transistors managed sequential operations. Modern applications retain diode logic's passive nature for low-cost, non-critical subsystems alongside integrated circuits (ICs). Schottky diodes, with their low forward voltage drop of about 0.2 V, are commonly added externally to FPGA or microcontroller I/O pins for overvoltage protection, clamping spikes before internal junctions activate and potentially fail, thus enhancing system robustness in industrial environments. In matrix keyboards, diodes prevent "ghosting" by blocking reverse current paths during multi-key presses, allowing a single microcontroller to scan rows and columns efficiently with fewer I/O pins—e.g., a 9-key matrix uses just 6 pins versus 9 for direct wiring—while keeping component costs minimal for consumer devices. Such hybrids provide economic benefits by reserving active IC elements for high-speed paths, with diodes handling static or protective roles at fractions of the cost of additional transistors.

Applications and Legacy

Passive Logic in Active Systems

In systems combining passive and active components, diode logic functions as a cost-effective means for performing decoding and operations, where diodes handle the logical selection without , and transistors provide the drive current and buffering to with the rest of the . This approach leverages the simplicity of diodes for passive AND or OR functions in areas like address decoding, while transistors ensure and capability, avoiding the limitations of purely passive networks such as voltage drops and poor margins. A representative example is the used in (ROM) or multiplexing circuits, where address lines select rows and columns via a grid of ; the presence or absence of a at intersections programs the data, and the output is actively pulled up by a to deliver a clean . In such setups, often operating in active-low mode as detailed in related configurations, the passive matrix performs the combinatorial logic efficiently, with the amplifying the weak output to drive subsequent stages. The 1970s term " Logic" describes these rudimentary arrays, typically comprising just a few and resistors, employed in low-cost toys and peripheral devices for their cartoonishly simple, hand-drawn appearance resembling 's head with "ears" formed by the components. Coined in seminal literature, this highlights the informal, ad-hoc nature of such circuits, which prioritized minimalism over sophistication. This integration offers key advantages, including a substantial reduction in —often limiting active elements to buffering roles—and exceptionally low costs due to the inexpensive nature of passive components. A common circuit embodiment features open-collector , whose outputs connect to a OR network; when any turns on, it pulls the common node low through its diode, implementing a wired-OR that combines multiple signals passively before further amplification.

Historical Circuit Examples

One notable historical implementation of diode logic appeared in the , the first general-purpose electronic computer completed in 1945, where diodes were employed for various logic functions, including signal routing and OR operations within the accumulator units. This use of diodes complemented the vacuum tube-based function tables, enabling gating functions in decimal arithmetic. In the , the PDP-8 from (DEC) incorporated resistor-transistor logic (RTL) extensively, including in core memory addressing circuits. The memory selector modules, such as the G221, utilized modules to decode bits and drive selection lines for the core stack, supporting up to 32K words of while minimizing component count in this pioneering 12-bit system launched in 1965. This approach allowed reliable addressing in a compact , contributing to the PDP-8's success with over 50,000 units sold and its role in establishing the . Early handheld and desktop calculators from Hewlett-Packard in the late 1960s, such as the HP 9100A introduced in 1968, relied on resistor-diode logic (DRL) for arithmetic operations. The instruction logic board featured several thousand discrete diodes arranged in rows to form AND and OR gates, handling tasks like addition, subtraction, and function evaluation in a programmable architecture with 196 program steps and 72 registers stored in magnetic core memory. This DRL implementation, clocked at 1.21 MHz, provided reliable, low-power computation without integrated circuits, marking a transitional technology between vacuum tube and transistor eras in portable computing devices.

Modern Relevance and Revivals

In the 2020s, diode logic has experienced a in educational settings and among makers, serving as an accessible entry point to digital electronics fundamentals. Hands-on projects using diodes and resistors to build AND and OR gates demonstrate core operations, fostering understanding of early principles without complex integrated circuits. For instance, DIY kits like the solderless AND logic implementation provide components and diagrams for students to assemble circuits on paper, emphasizing practical experimentation. Similarly, maker communities have integrated diode logic into Arduino-based hacks, such as tri-state buffers or simple gating for LED control, extending its utility in low-cost prototyping. Retro computing enthusiasts recreate historical diode-resistor logic (DRL) systems, often emulated via breadboards or documented in tutorials, to explore pre-transistor era designs. Niche applications persist in modern systems where diode logic's simplicity and reliability outperform more complex alternatives. In automotive electronic units (ECUs), Schottky diodes enable fault-tolerant OR functions for power supply redundancy, protecting against reverse battery connections and ensuring continuous operation during faults; their low forward (typically 0.3-0.5 V) minimizes losses compared to standard rectifiers, though ideal diode controllers are increasingly paired for efficiency. For low-power battery-operated sensors, diode OR gates provide seamless switching between primary and backup supplies, such as a , with minimal quiescent current draw—often under 1 µA—outperforming gates in ultra-low-frequency scenarios due to fewer active components and no clocking overhead. This approach extends battery life in remote monitoring devices, where switching occurs infrequently. Recent research highlights diode logic's resurgence in specialized domains, including radiation-hardened environments and sustainable . Discrete diodes remain to space applications, where their robustness against total ionizing dose (up to 300 krad) and single-event effects supports logic in rad-hard systems, as seen in ' qualified components for satellite ECUs. In sustainability-focused innovations, 2D material printed s—using and MoS₂ inks on substrates—offer low material consumption, with fabrication at ambient conditions avoiding silicon's energy-intensive processes; this reduces embedded carbon by up to 90% and enables recyclable circuits for . While nano-scale diodes show promise in quantum-inspired , classical forms dominate practical revivals due to challenges.

References

  1. [1]
    Diode Logic Gates - HyperPhysics
    Some logic gates, like AND and OR gates, can be made with diodes and resistors, called diode resistor logic (DRL).
  2. [2]
    Diode Switching Circuits | Diodes and Rectifiers | Electronics Textbook
    Diodes can perform switching and digital logic operations. Forward and reverse bias switch a diode between the low and high impedance states, respectively.
  3. [3]
    Understanding Digital Logic ICs — Part 1 | Nuts & Volts Magazine
    The first successful family of digital logic ICs appeared in the mid 1960s. These used a 3.6 V supply and employed a simple technology that became known as ...
  4. [4]
    [PDF] Semiconductor Logic Gates - Ibiblio
    Apr 16, 2019 · First, identify what type of logic function this gate implements. Explain what specific conditions each protection diode protects against.
  5. [5]
    OR and AND logic gates made with diodes - Electronics Area
    Oct 9, 2019 · Diode Logic OR gate (wired OR connection) and Diode Logic AND gate (wired AND connection). Diode Logic uses the fact that diodes conduct ...Missing: principles | Show results with:principles
  6. [6]
    [PDF] Metallic Rectifiers and Crystal Diodes - World Radio History
    are used in a diode matrix for a high-speed storage unit. The storage unit is employed in the Eniac high-speed function table to store decimal digits and ...
  7. [7]
    eniac - National Museum of the United States Army
    ENIAC contained 17,468 vacuum tubes, 7,200 crystal diodes, 1,500 relays, 70,000 resistors, 10,000 capacitors and around 5 million hand-soldered joints. It ...
  8. [8]
    Innovative Aspects of the BINAC, the First Electronic Computer Ever ...
    Among its numerous innovations were germanium diodes Offsite Link in the logic processing hardware—probably the first application of semiconductors in computers ...
  9. [9]
    April 23: SEAC Computer Retired | This Day in History
    Apr 23, 2025 · The SEAC was the first computer to use all-diode logic, a technology more reliable than vacuum tubes, and the first stored-program computer ...
  10. [10]
    The IBM 608 Transistor Calculator was the first to use solid-state ...
    Oct 10, 2019 · The IBM 608 Transistor Calculator was the first to use solid-state transistor circuits rather than vacuum tubes, with 3,000 germanium ...
  11. [11]
    DEC's Blockbuster: The PDP-8 - CHM Revolution
    PDP-5 transistor/diode logic module (triple flip flop). This register slice from the predecessor of the PDP-8 contains 3 bits of storage and 1 bit of an adder.<|control11|><|separator|>
  12. [12]
    Why is diode logic not used in practice? - Quora
    Dec 20, 2021 · Main reason for not using diode resistor gates is that due to the diode drop, the output voltage level gets reduced by 0.7 V. Each stage will ...
  13. [13]
  14. [14]
    History Of The Diode | Hackaday
    Aug 15, 2016 · The first selenium diode was constructed in 1886 by C.E. Fitts but was not made practical until the 1930s.
  15. [15]
    [PDF] The mathematical analysis of logic
    15 East 40th Street, New York, N.Y.. Page 9. THE MATHEMATICAL ANALYSIS. OF LOGIC,. BEING AN ESSAY TOWARDS A CALCULUS. OF DEDUCTIVE REASONING. BY GEORGE BOOLE.
  16. [16]
    [PDF] A Symbolic Analysis of Relay and Switching Circuits
    Claude E. Shannon**. 1. Introduction. In the control and protective ... A Symbolic Analysis of Relay and Switching Circuits. -(n-1). To a-. NUMBERS. Xn.
  17. [17]
    Formal logic (1847) : De Morgan, Augustus, 1806-1871
    Aug 9, 2019 · Formal logic (1847). by: De Morgan, Augustus, 1806-1871. Publication ... PDF download · download 1 file · PNG download · download 1 file · SINGLE ...
  18. [18]
    [PDF] Lecture 15 - The pn Junction Diode (I) IV Characteristics
    Nov 1, 2005 · In forward bias, injected minority carriers recombine at surface. • In reverse bias, extracted minority carriers are gener- ated at surface. • ...
  19. [19]
    ECE252 Lesson 17
    Oct 25, 2021 · Recall that silicon diodes have a forward voltage drop of about 0.7 V. LEDs are made of various semiconducting materials, depending on the ...
  20. [20]
    None
    ### Summary of Diode-Resistor Logic Gates
  21. [21]
    [PDF] i = Is e v /VT −1
    v ≡ voltage across diode in Volts. Is. ≡ reverse saturation current in Amps. VT. ≡ thermal voltage = kT /q in Volts ≈ 26 mV at room temperature k ...
  22. [22]
    Physical representation of a pn-junction diode
    For forward bias, the current is exponentially related to applied bias. Current increases by a factor of 10 for every 60mV (2.3phi T ) of forward bias.
  23. [23]
    Diodes
    In general, when the forward voltage applied to a diode exceeds 0.6 to 0.7V for silicon (or 0.1 to 0.2 V for germanium) material, the diode is assumed to be ...
  24. [24]
    None
    Below is a merged summary of diode logic gates based on all provided segments, consolidating the information into a dense and comprehensive response. Where applicable, I’ve used tables in CSV format to organize detailed data (e.g., truth tables, diode properties) efficiently. The response retains all unique details from the summaries while avoiding redundancy and ensuring clarity.
  25. [25]
    [PDF] Diodes and Digital Signals Abstract Introduction and Theory
    For example, in our robot system we will use +5V to represent a logic 1 and 0 V to represent a logic 0. If the voltage switches from a logic 1 to a logic 0 on a ...
  26. [26]
    [PDF] 216 Chapter 4 Diodes
    and input voltage levels of 0 V and +5 V. Find a suitable value for R so that the current required from each of the input signal sources does not exceed 0.2 mA.
  27. [27]
    B.2 Logic Gates from Resistors, Diodes, and Transistors
    Jul 16, 1996 · R1 is often called the load or pull-up resistor, while R2 is the pull-down resistor. In the example, R1 = 900 ohms, R2 = 100 ohms, and V = 5 ...Missing: operation | Show results with:operation
  28. [28]
    [PDF] Diode-Transistor Logic (DTL)
    O is similar to the DTL case. With R. D = 1 kΩ, ts. = 10ns (these are typical values for 7400 series TTL). V. OUT. V. CC. =5V. R. CP. Q. O. V. A. V. B. V. C. R.
  29. [29]
    [PDF] transistor-diode logic - University of Michigan Library
    A two-input AND gate is followed on the right by a three-input OR gate. In the absence of an input pulse A and/or B the output voltage at Point. P is clamped ...
  30. [30]
    Diode Logic Gates - Electrical Engineering Stack Exchange
    Oct 3, 2014 · Enter DTL (diode transistor logic), which adds an NPN transistor to the output of the gates described above. This turns them into NAND and NOR gates.Can you use diodes instead of OR gate? - Electronics Stack ExchangeDiode logic AND gates - Electrical Engineering Stack ExchangeMore results from electronics.stackexchange.comMissing: digital | Show results with:digital
  31. [31]
    [PDF] Lecture Summary – Module 1 - Purdue Engineering
    convention (or “negative logic”). ▫ a negative logic signal that is asserted is in the LOW state, and is therefore referred to as an “active low” signal.
  32. [32]
    None
    ### Summary of Diode Logic, Wired Logic, OR Gate, and Active Low Configurations from EEE 4138 Lab Manual
  33. [33]
    Wired Logic in Digital Electronics - GeeksforGeeks
    Oct 19, 2022 · Wired logic is a type of digital logic where some logic operations are carried out by directly coupling the outputs of a single or several logic gates.
  34. [34]
  35. [35]
    Signal Diode and Switching Diode Characteristics
    Signal Diodes are small two-terminal which conducts current when forward biased and blocks current flow when reverse biased.
  36. [36]
    Diode Logic
    Diode Logic makes use of the fact that the electronic device known as a diode will conduct an electrical current in one direction, but not in the other. In this ...
  37. [37]
    The Schottky Diode - Electronics Tutorials
    A Schottky diode is a metal-semiconductor diode with a low forward voltage drop and fast switching speed, formed by bonding a metal to an n-type semiconductor.<|control11|><|separator|>
  38. [38]
    What determines the forward voltage drop for a diode?
    Apr 23, 2015 · ... diodes have a typical forward drop of 0.2 V. silicon has a bandgap of 1.12 eV, but silicon diodes have a typical drop of 0.6 V. I'm aware of ...
  39. [39]
    [PDF] Application Note - Fast Recovery Time in a Rectifier Diode
    This time is known as the reverse recovery time (trr). The fast-recovery diodes offer high-speed support and generally have a trr of approximately 50 to 100ns.
  40. [40]
    [PDF] 1N4148 Small Signal Fast Switching Diodes - Vishay
    Thermal resistance junction to ambient air l = 4 mm, TL = constant. RthJA. 350 ... Diode capacitance. VR = 0 V, f = 1 MHz,. VHF = 50 mV. CD. 4. pF.
  41. [41]
    Resistor Transistor Logic (RTL): Operation, Variations, Traits & Uses
    Apr 9, 2024 · Characteristics of Resistor Transistor Logic (RTL): · 1. RTL Fan-Out: 5 · 2. Propagation Delay: 25 ns · 3. Power Dissipation: 12 MW · 4. Noise ...
  42. [42]
    [PDF] Digital Electronics - Logic Families
    Then the noise margin for a '0' would be the amount that a signal is below 0.2 volts, and the noise margin for a '1' would be the amount by which a signal ...
  43. [43]
    None
    ### Summary of Diode Logic from Bipolar Logic_210.pdf
  44. [44]
    None
    ### Summary of Diode Logic, DDL, Power Dissipation, and Noise in Diode Logic Circuits
  45. [45]
    [PDF] AN6147 - Dynex Semiconductor
    However, the leakage current will approximately double for every 10°C rise in junction temperature as illustrated in figure 1.
  46. [46]
  47. [47]
    Digital Logic Gates - Electronics Tutorials
    A digital logic gate is an electronic circuit that makes logical decisions based on digital signals, and is the basic building block of digital circuits.Missing: principles sources<|control11|><|separator|>
  48. [48]
    Gates and diode-resistor logic - Coert Vonk
    When either or both inputs are logic 0 , current flows through the resistor and diode. The diode is in forward bias with a voltage drop of about 0.65 volts.
  49. [49]
    TRADIC - The "Super Computer", June 1955 Popular Electronics
    Jul 30, 2019 · ... diodes used in the diode-transistor logic (DTL), diode logic (DL), and diode-resistor-logic (DRL) circuits. The TRADIC's construction ...
  50. [50]
    Leo Esaki – Facts - NobelPrize.org
    Leo Esaki demonstrated a previously unknown type of tunneling in semiconductor material, material that is a cross between electrical conductors and insulators.Missing: 1957 | Show results with:1957
  51. [51]
    Tunnel Diode - an overview | ScienceDirect Topics
    This type of diode is also known as an Esaki diode [38], after the inventor, Leo Esaki, who discovered the effect in 1957 ... tunnel diode with a peak tunneling ...
  52. [52]
    [PDF] HIGH SPEED TUNNEL DIODE TRANSISTOR MICROLOGIC ... - DTIC
    Three circuits -- UNIVER, TG UNIVER (with npn transistors), and backward diode gate (BDG) -- are the proposed high-speed logic set that can implement all.
  53. [53]
    Tunnel Diode - an overview | ScienceDirect Topics
    The limited usage of tunnel diodes in circuit applications can be attributed to (1) the limitations of discrete tunnel diode technology in the 1960s and 1970s, ...
  54. [54]
    The Transistor Radio | Nuts & Volts Magazine
    such as amplification and rectification (although the solid-state diode had appeared on ...
  55. [55]
    My First Transistor Radio- A Disruptive Techno-Social Experience
    Apr 5, 2015 · It consisted in today's vernacular of a diode detection stage followed by a single transistor amplifier. The audio signal was output to high ...
  56. [56]
    Diode Transistor Logic (DTL) : Circuit, Working & Its Applications
    Diode Transistor Logic (DTL) is a digital circuit using diodes at the input and transistors at the output, for creating digital circuits.
  57. [57]
    Digital Logic Families Part-II - ASIC World
    One basic thing about the diode, is that diode needs to be forward biased to conduct. ... Q3 is called pull-up transistor, as it pulls the output voltage up, when ...
  58. [58]
    TTL Cookbook
    Build your own Read-Only memory out of a decoder, a diode array, and some switches or jumpers. A 16 x 4 arrangement would not be too unwieldy, but a 16 x 8 ...
  59. [59]
    Protecting Inputs in Digital Electronics - DigiKey
    Apr 11, 2012 · Schottky diodes are implemented because they conduct before the internal diodes of the microcontroller (Schottky diodes forward bias at ...
  60. [60]
    Arduino Keyboard Matrix Code and Hardware Tutorial - Bald Engineer
    Dec 15, 2017 · The diode prevents a condition called “ghosting.” In a keyboard matrix, ghosting means you see non-existent button pushes. The image above ...
  61. [61]
    Advantages of RTL, DTL and TTL Logic Gates | UKEssays.com
    Dec 13, 2017 · Diode-Transistor Logic (DTL) is a class of digital circuits built from bipolar junction transistors (BJT), diodes and resistors; it is the ...<|control11|><|separator|>
  62. [62]
    ROM Memory | ROM Architecture | Diode ROM Circuit - eeeguide.com
    Diode ROM Memory consists of only diodes and a decoder. As shown in the Fig. 3.69 address lines A0 and A1 are decoded by 2 : 4 decoder and used to select one ...
  63. [63]
    [PDF] Digital Logic Handbook 1970.pdf - Bitsavers.org
    This handbook covers logic capabilities, hardware, applications, M and K series modules, power supplies, and accessories for electronic logic designs.
  64. [64]
    Open Collector Outputs for Bipolar Transistors - Electronics Tutorials
    Open Collector Outputs are very useful for switching incompatable loads but may require a pull-up or pull-down resistor to ensure the correct switching action.
  65. [65]
    Timeline of Computer History
    It was also one of the first computers to use all-diode logic, a technology more reliable than vacuum tubes. The world's first scanned image was made on SEAC ...
  66. [66]
    Early Microelectronics - Engineering and Technology History Wiki
    Sep 14, 2015 · Computer engineers, who used electrical switches to construct elaborate “logic ... diodes (a diode is a one-way valve for electricity). One ...<|control11|><|separator|>
  67. [67]
    PDP-8 (Straight 8) Computer Functional Restoration
    The actual logic operations are performed by diodes with transistors amplifying the signal and shifting it back to proper logic levels. The logic is pulled up ...
  68. [68]
    DEC PDP-8/E Exhibit - vintageTEK
    Sep 12, 2023 · It is a 12 bit machine addressing 4096 words. It was designed with diode-transistor logic (DTL). The PDP-8/E model was upgraded to faster ...
  69. [69]
    A brief history of keyboard encoding
    Dec 8, 2023 · The most common encoding technique became the diode matrix , used by various manufacturers in the 1960s and early 1970s. A diode matrix is ...
  70. [70]
    Encoding and output - Telcontar.net
    Jun 28, 2025 · For computer keyboards, diode matrices are a more pragmatic approach to character encoding. They offer logic-free character encoding without the ...
  71. [71]
    [PDF] The HP Model 9100A Computing Calculator
    the instruction logic board using time-proven diode-re sistor logic. The diodes and resistors are located in sep arate rows, Fig. 4 All diodes are oriented ...
  72. [72]
    HP 9100 Technology and Packaging - The Museum of HP Calculators
    The machine used a 1.21MHz clock. The hard-wired logic gates were created with diode-resistor logic. To keep the huge board (which also served as the ...
  73. [73]
    DIY Kit : AND Logic Implementation using Diodes || KitsGuru
    ### Summary of AND Logic Implementation Using Diodes DIY Kit
  74. [74]
    Bits4Bots - Diode Logic Gates - AND & OR : 4 Steps - Instructables
    Logic Diodes can perform digital logic functions: AND, and OR. Diode logic was used in early digital computers. It only finds limited application today.
  75. [75]
    Building Diode And Diode-Transistor Logic Gates - Hackaday
    Jun 20, 2025 · These logic gates are the topic of a recent video by Anthony Francis-Jones, covering a range of logic gates implemented using mostly diodes and resistors.Missing: commercial | Show results with:commercial
  76. [76]
    [PDF] Application Note - Basics of Ideal Diodes - Texas Instruments
    An ideal diode controller when paired with an external N-channel MOSFET provides a low loss protection against both input supply reversal as well as reverse ...
  77. [77]
    Low power backup supply demo circuit using diode OR gate
    May 3, 2023 · The circuit uses a diode OR gate to power a load with two independent sources, one with a supercapacitor, and the highest voltage source will  ...
  78. [78]
    [PDF] Rad-hard products for Space applications - STMicroelectronics
    STMicroelectronics offers rad-hard products including power management, analog, interfaces, logic, discretes, and LEO series, qualified for ESCC and QML ...Missing: classical | Show results with:classical
  79. [79]
    All 2D Material Printed Diodes and Circuits on Paper for Sustainable ...
    Aug 21, 2025 · Sustainable electronics aim to reduce environmental impact by using ecofriendly materials, energy-efficient manufacturing, and recyclable