Skip to content

This module is designed for implementation in CPLD modules. by CADcom from SKEL 4273 UTM, supervised by AP. Muhammad Mun`im Ahmad Zabidi

Notifications You must be signed in to change notification settings

ChearLX/bingogame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Bingo Bame

This module is designed for implementation in CPLD modules. by CADBest from SKEL 4273 UTM, supervised by AP. Muhammad Mun`im Ahmad Zabidi

What is Bingo Game?

Description of Game

This Bingo game is 2 players game where a random 8 bit number will be generated when the game start. A range of number will be display to the players and players can only input the numbers within the range. Each players will take turn to guess the generated random number to win the game. There are 3 major states for this game:

  1. Idle State
  2. Input state. The system will wait for the input from the user.
  3. Checking State. The system will compare the input with the random number generated. If the input not equal to the random number generated, the system will jump back to state 2 and the games continues on. If the input is the same as the random number generated, the system will jump to state 1 and the games end.

Output Simulation

From edaplayground image

Rtl-ASM chart

image

Functional block diagram

image

Datapath Unit

image

Control Unit

image

About

This module is designed for implementation in CPLD modules. by CADcom from SKEL 4273 UTM, supervised by AP. Muhammad Mun`im Ahmad Zabidi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages