Skip to content

arunkarthyk/Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

VHDL Projects

This repository contains a collection of VHDL programs I have written for practice and learning.
Each project includes the main design and a testbench for simulation.


πŸ“‚ Projects

  • βœ… Decoder
    A simple binary-to-N decoder implementation. Includes a testbench for validation.

  • βœ… Down Counter
    A synchronous down counter with reset functionality. Verified using simulation testbench.

  • βœ… Moving Light
    LED moving light pattern generator, often used as a basic FPGA demo project.

  • βœ… Palindrome Detection
    Checks if a given binary sequence is a palindrome. Includes a testbench with example sequences.


βš™οΈ Tools Used

  • GHDL - Open-source VHDL simulator
  • GTKWave - Waveform viewer

πŸš€ How to Run (with GHDL + GTKWave)

  1. Compile the design and testbench:
    ghdl -a design.vhd
    ghdl -a tb_design.vhd

About

A folder containing all Project I created for University and self learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages