Skip to content

FunAdityaSun/LED_pattern_gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

NetWorkBench

Overview

This project implements a multi-mode LED patter generator. The system continuously drives an 8-LED array in different visual patterns, with the ability to switch between mode dynamically using user input.

Project Setup (Linux)

Pre-req

Install verilator.

sudo apt update
sudo apt install verilator -y

Build and Run

verilator -Wall --cc led_scroll.v --exe test_scroll.c
make -C obj_dir -f Vled_scroll.mk Vled_scroll
./obj_dir/Vled_scroll

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published