ModelSim

Getting Started with VLSI and VHDL Getting Started with VLSI and VHDL using ModelSim – A Beginners Guide

In today's digital world, electronic circuits play an important role in the devices that we use daily. All the Integrated…

Designing of RAM in VHDL using ModelSim Designing of RAM in VHDL using ModelSim

If you had gone down to a nearby laptop store for purchasing one, you would have come across the terms “DDR4 DDR3”. For those…

Implementing Finite State Machine Design in VHDL using ModelSim Implementing Finite State Machine Design in VHDL using ModelSim

FSM (Finite State Machines) is a simple state machine or a mathematical model of computation.  Each FSM has a finite number of states, inputs,…

Implementing Register in VHDL using ModelSim How to Implement a Register in VHDL using ModelSim

Registers are common electronic components that are used in devices to store data. These are the smallest data holding elements which store the…

Implementation of Adders and Subtractors in VHDL using ModelSim How to Implement Adders and Subtractors in VHDL using ModelSim

The moment we are asked to do big calculations, we reach out to the calculators to find the answers. But do we know how…

Designing Multiplexer and Demultiplexer ICs using VHDL How to Design your own Multiplexer and Demultiplexer ICs using VHDL on Modelsim

As a human, if you were asked to select your favourite food or favourite car, how would you compare your choices and conclude…

Design a simple Boolean Logic based IC using VHDL on ModelSim How to Design a Simple Boolean Logic based IC using VHDL on ModelSim?

Ever thought of designing your own IC for a specific boolean logic application? Say you want to design an IC where it dispenses…

Implementation of Basic Logic Gates using VHDL in ModelSim Implementation of Basic Logic Gates using VHDL in ModelSim

Logic gates are the essential building blocks of digital circuits. These basic logic gates are used in Embedded Systems, …