Skip to content

Rajneesh04/Verilog_DotMatrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Verilog_DotMatrix
Dependencies: Verilog, Xillinx(or any other simulator)

This is a verilog based implementation of a general purpose controller which can be used to navigate in four different direction.

INPUT | Direction

0001 | Up
0010 | Right
0100 | Down
1000 | Left

Other INPUTS

POWER : == 0 sytem is off
== 1 system is on
RESET : == 1 to reset

clk : A clock signal with frequency much higher than the frequency of change of input so that system can work smoothly;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published