All About Circuits

Latest Programmable Logic Technical Articles

Categories

Bricking Proof: Designing Safety-Critical RTL for eFuse Controllers

Bricking Proof: Designing Safety-Critical RTL for eFuse Controllers

An RTL glitch in an eFuse controller can permanently brick costly silicon. This article covers defense-in-depth FSM design, redundant watchdogs, and formal SVA verification.


Build Your Own Clock With Analog Dials, Part 3

Build Your Own Clock With Analog Dials, Part 3

To complete this project, we add backlight control and temperature-sensing functionality to the clock we built in the previous installments.


Build Your Own Clock With Analog Dials, Part 2

Build Your Own Clock With Analog Dials, Part 2

We continue our design of a clock that uses analog ammeters to display time and temperature. In this installment, we examine the second of the two circuits that enable the timekeeping function.


Build Your Own Clock With Analog Dials, Part 1

Build Your Own Clock With Analog Dials, Part 1

This project turns old-school analog ammeters into a working clock that can also display the ambient temperature.


Basic Principles and Implementation of the Quadrature FM Demodulator

Basic Principles and Implementation of the Quadrature FM Demodulator

Learn how an analog multiplier or AND gate can function as a quadrature detector for FM demodulation.


From VHDL Code to Real Hardware: Designing a Finite-State Machine

From VHDL Code to Real Hardware: Designing a Finite-State Machine

Learn how to implement finite-state machines in VHDL by creating a 4-bit binary counter. After compiling, it will run on an Altera CPLD development board connected to a custom PCB with input switches and an LED display.


Moving Data Through an LTspice Parallel-Load Shift Register

Moving Data Through an LTspice Parallel-Load Shift Register

This article demonstrates the operation of an LTspice shift register and discusses details of its schematic and timing relationships.


Creating a Parallel-Load Shift Register in LTspice

Creating a Parallel-Load Shift Register in LTspice

We explore the design and functionality of a digital shift register intended for use in mixed-signal circuit simulations.


Simulating the Short-Circuit Power Dissipation of a CMOS Inverter

Simulating the Short-Circuit Power Dissipation of a CMOS Inverter

Current briefly flows through both transistors during logic-level transitions. This article explores the resulting power dissipation and provides some helpful LTspice tips for measuring current and power.


Simulating the Switching Power Dissipation of a CMOS Inverter

Simulating the Switching Power Dissipation of a CMOS Inverter

When a CMOS inverter switches logic states, power is consumed due to its charging and discharging currents. Learn how to simulate these currents in LTspice.


Power Dissipation of a CMOS Inverter

Power Dissipation of a CMOS Inverter

This article explains dynamic and static power consumption in a CMOS inverter circuit.


Circuit and Operation of a D Flip-Flop

Circuit and Operation of a D Flip-Flop

D-type flip-flops are fundamental digital memory components. Here, we examine their input-output behavior and internal circuitry.


Using a Raspberry Pi Pico to Enhance a Vintage Radio Shack Microcomputer Kit

Using a Raspberry Pi Pico to Enhance a Vintage Radio Shack Microcomputer Kit

In this project, we’ll use a Raspberry Pi Pico to build an adjustable clock with an LED display. We’ll then integrate the clock with a Radio Shack Science Fair Microcomputer Trainer programmed to function as a 7-bit binary counter.


Projects Feb 11, 2024 by Don Wilcher
From VHDL Code to Real Hardware: Designing an 8-bit ALU

From VHDL Code to Real Hardware: Designing an 8-bit ALU

In this project we create an 8-bit arithmetic logic unit (ALU) in the VHDL language and run it on an Altera CPLD development board connected to a custom PCB with input switches and LED display.


What is an Application-specific Integrated Circuit (ASIC)?

What is an Application-specific Integrated Circuit (ASIC)?

Indispensable for modern electrical engineering, application-specific integrated circuits (ASICs) form a diverse group of integrated circuits (ICs) that help designers to optimize sophisticated electronic devices.


Boolean Algebra Basics—An Overview of Boolean Logic

Boolean Algebra Basics—An Overview of Boolean Logic

New to digital logic, want a refresher, or to dive deeper into Boolean algebra? This article teaches the basics of Boolean algebra and prepares you for further learning.


Combinational Logic Circuit Design and Simulation Using Gates

Combinational Logic Circuit Design and Simulation Using Gates

Gate-level implementation of logic functions is limited by the gate fan-in. This article examines logic factoring, grouping, and level increases to implement logic functions with limited input gates.


An Introduction to Digital Signal Processing

An Introduction to Digital Signal Processing

This article provides a general understanding of what DSP is, how it works, and what advantages it can offer. To appreciate the advantages of DSP, let’s first have a look at the conventional method of signal processing, i.e., analog signal processing.


Which Encoding Type Should I Use? Example FPGA Applications

Which Encoding Type Should I Use? Example FPGA Applications

Follow three experiments that show the process of determining which kind of encoding suits a given FPGA.


The Initial State of Finite State Machines and the Memory Debate

The Initial State of Finite State Machines and the Memory Debate

This article discusses the use of finite state machines (or FSMs) in design, including the initial state and the way memory configuration affects FPGA design.