Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1 Sequential Circuit Design 1 . 1 Background There is a game called Screwball. Every time a ball is put in play, either player 1

1 Sequential Circuit Design
1.1 Background
There is a game called Screwball. Every time a ball is put in play, either player 1 scores a point or player
2 scores a point. A winner is declared when one player is ahead by 2 points. Starting with a score of
0:0 for P1 vs.P2, a game might progress as follows: 0:0,0:1,1:1,1:2,1:3:P2 wins.
1.2 Problem Description
Your task is to develop a synchronous sequential machine that uses information about which player
scores a point at each game stage to indicate BOTH when a player wins and which player wins. Your
design should include one reset input to initialize your WIN ANNOUNCER (this may be a synchronous
or asynchronous input as you desire). The outputs from your design should indicate BOTH when a win
has occurred and which player is the winner. You are required to follow the typical procedure
for sequential circuit design. Implement the design on Logisim and verify its functionality.
1.3 Inputs
The circuit is expected to receive two inputs. If the first input is zero, P1 wins this round, while one
means that P2 wins the round. The second input is the reset; no reset is invoked if the reset is zero,
while one refers to system reset.
1.4 Outputs
The circuit is expected to generate two outputs; the first output declares a winner. The second output
refers to the winning player; zero means that the first player is the winner, while one means that the
second player is the winner.
2 Bubble Sort using MARIE Emulator
Assume an array of length 10; you are required to write a high-level code in your preferred language
that implements the bubble sort algorithm. Assemble the code for MARIE architecture. Verify the
correctness of your implementation using a MARIE emulator. what i need: Correctness of the circuit design.
Correctness of the implementation on Logisim
Correctness of the high-level implementation of the bubble sort algorithm.
Correctness of the assembled MARIE code and its verification on the MReport quality
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Building Database Driven Catalogs

Authors: Sherif Danish

1st Edition

0070153078, 978-0070153073

More Books

Students also viewed these Databases questions

Question

1. Describe the types of power that effective leaders employ

Answered: 1 week ago