December 6, 2025

FPGA Pin Assignment

In this article, I want to talk about how to assign the ports of your circuit to the FPGA pins.

This is one of the essential steps you need to take towards the end of the implementation process. I’ll explain this in detail, and by the end, I’ll also provide an example to make the concept clearer for you.

Read More

December 1, 2025

FPGA Internal Ram Types

In this video, I want to talk about two different types of temporary memory, or RAM, that we use in FPGAs. 

After introducing these memory types, I'll discuss when and under what circumstances you should use each type.

Read More

December 1, 2025

IP cores in Xilinx ISE

In this video, I want to talk about one of the most important and widely used features in the ISE software.

With this capability, you can significantly speed up the implementation process for your systems and, of course, save on costs.

Read More

September 23, 2025

VHDL Coding Part4

This is part four of our VHDL tutorial series. Today, we're diving into how to design combinational circuits within the sequential region using the if statement in VHDL.

From previous lessons, you’ll likely remember that every VHDL code is generally composed of two main sections: Entity and Architecture. 

Read More

March 26, 2025

Xilinx ISim

In this article, I’m going to explain how to simulate digital circuits using the ISim software, which is part of the ISE Design Suite

ISim is the simulator provided by Xilinx, and if you have the ISE software installed on your computer, this simulator is also installed alongside it. You can use it to simulate your circuits.

Read More

March 23, 2025

conditional signal assignment

This is the third video in our series of VHDL video tutorials, where I’ll be discussing how to design combinational circuits using the conditional signal assignment construct.

If you haven’t watched the first two videos in this series yet, I recommend pausing this video here and checking out those tutorials first.

Read More

December 5, 2024

fpga guide

In this guide, I’m going to walk you through the world of FPGA, an incredible device for implementing digital systems.

This technology isn’t just another method; it’s a game-changer in how you tackle digital system projects, enhancing what you can do in this exciting field.

Read More

November 17, 2024

combinational circuits in VHDL

This is the second part of our VHDL tutorial, where I'll show you how to implement combinational circuits.

If you haven’t yet watched the first part, I highly recommend you pause this video right now and go through that one first, since understanding the concepts in this lesson relies heavily on what we covered previously.

Read More

November 10, 2024

vhdl

In this video, I’ll introduce you to VHDL. In one of our previous videos, you learned some basic information about VHDL.

However, in this video, we’ll dive deeper into VHDL’s structure and the features it offers.

Read More

November 5, 2024

xilinx ise

The last version of the Xilinx ISE Design Suite was released by Xilinx at the end of 2013, and since then, this software hasn't been updated.

However, we still need to learn and work with this software.

Read More