Skip to content

Latest commit

 

History

49 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verilog Designs

A collection of Verilog HDL codes for practicing and understanding digital design concepts.
It includes both combinational and sequential circuits, implemented along with their testbenches.

The goal of this repo is to build a strong foundation in RTL design, digital electronics, and VLSI basics.


📂 Table of Contents

🔸 Combinational Circuits

🔸 Sequential Circuits

🔸 Shift Registers

🔸 Memory & Other Designs


🖥️ How to Run

You can simulate the designs using Icarus Verilog or ModelSim.

Example (using Icarus Verilog + GTKWave):

# Compile design + testbench
iverilog -g2012 -o mux4_tb "4:1 mux.v" "4:1 mux_tb"

# Run simulation
vvp mux4_tb

# View waveform
gtkwave mux4_tb.vcd

About

This repository contains Verilog HDL projects implementing combinational and sequential circuits including multiplexers, encoders, flip-flops, shift registers, counters, and memory modules. Ideal for hands-on practice in digital electronics, RTL design, and VLSI fundamentals.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages