70+

Articles

From basic electronics, digital electronics, digital system design, and more.


20+

Tutorial

From different topics, to installing tools, and using them.


20+

Coding Examples

Which helps you to learn digital system design.

Learn Verilog HDL

Verilog is a hardware description language that allows us to describe any digital system in text and convert that text into hardware.

Let's Start

Digital System Implementation on FPGA

In this tutorial, we'll learn how to implement a digital system using Verilog HDL, Vivado 2022, Vitis IDE 2022, and Nexys 4 DDR FPGA Board.

Let's Start

Popular on Circuit Fever

Logic Gates Using Diodes and Transitor

Logic gates are building blocks of the digital system. In this post, we will see how basic digital gates can be made using diodes and transistors.

Read More
Half Adder Verilog Code

A half adder is a combinational circuit that performs binary addition of two binary inputs. It is one of the basic combinational circuits in which we have a combination of two gates (e.g., an XOR gate and a gate).

Read More
Logic Gates Verilog Code

Logic gates are the building blocks of digital circuits and systems. We can make any digital circuit using logic gates. There are three basic logic gates: AND, OR, and NOT gates.

Read More
4-bit DAC using op-amp

For interfacing the digital circuit with the analog circuit, we must be able to convert the digital signal into an analog signal and the analog signal into a digital signal.

Read More
Full Adder Using Half Adder Verilog Code

A full adder is a combinational circuit that performs binary addition of three binary inputs. The truth table of a full adder is given.

Read More
Ripple Carry Adder

Ripple carry adder is a combinational circuit that can perform the addition operation of two n-bit binary numbers. It accepts two n-bit binary numbers as inputs, performs the addition of both the binary numbers and generates its addition as an output.

Read More

Recently Added Posts

LED Blinking On FPGA using Verilog

When we start learning something, we begin with fundamental things. For example, if we are learning a programming language, we begin with a Hello World! Program.

Read More
Seven Segment Display Decoder On FPGA using Verilog

A seven-segment display is one of the basic displays used in some electronic devices for displaying numbers, like in basic calculators, where there are seven-segment displays that show the number entered by the user or the output of the calculation performed by the input given by the user.

Read More
8-bit Counter Implementation On FPGA using Verilog

A counter is a digital circuit that keeps track of counting, such as time, numbers, etc. A counter circuit is present in a wide range of electronics devices, such as a digital clock or stopwatch.

Read More