Learn Verilog HDL

Verilog is the hardware description language with the help of this we can describe any digital system into text and convert that text into a hardware

Let's Start

Digital System Implementation on FPGA

In this tutorial, we'll learn how to implement 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 with the help of diodes and transistor.

Read More
Half Adder Verilog Code

Half adder is a combinational circuit which computer binary addition of two binary inputs. It is one of the basic combinational circuit in which we have combination of two gates (ex-or gate, and gate).

Read More
Logic Gates Verilog Code

Logic gates are the building block of digital circuit and system. We can make any digital circuit using logic gates. The are three basic logic gates AND, OR and NOT gate

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 analog signal into a digital signal.

Read More
Full Adder Using Half Adder Verilog Code

Full adder is a combinational circuit which computer binary addition of three binary inputs. The truth table of full adder is given

Read More
Ripple Carry Adder

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

Read More

Recently Added Posts

LED Blinking On FPGA using Verilog

When we start learning something, we start with a very basic things like if we are learning a programming language, we start with a Hello World! program.

Read More
Seven Segment Display Decoder On FPGA using Verilog

Seven segment display is one of the basic display used in some of the electronic devices for displaying numbers like in basic calculators, there are seven segment displays which shows the number entered by the user of the output of the calculation perforem by in input given by the user

Read More
8-bit Counter Implementation On FPGA using Verilog

Counter is a digital circuit which keep track of the counting like time, numbers etc. Counter circuit is present in wide range of electronics devices like a digital clock or stopwatch

Read More