Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider a sporting event where there are 4 referees. When a call is contested, each referee must vote to support ( HIGH ) or reject

Consider a sporting event where there are 4 referees. When a call is contested, each referee must vote to support (HIGH) or reject (LOW) the call. If there is a tie, the head referee breaks the tie and makes the decision. The head referee is part of the team of 4 referees.
Design a system for determining the final decision based on the rules given above. Your implementation must only use dataflow modeling and will have a single output representing the final decision. A HIGH value on the output represents supporting the original call while a LOW value on the output represents a rejection of the call.
Assignment:
Implement the above design utilizing the Vivado simulation tools. Make sure to include all input and output signals in your simulation and cover every possible combination of input conditions as part of your test bench.
Assessment
This is a demonstration lab. You will need to provide the following when submitting your assignment:
Design Report (Printed and stapled). Report contains the following:
Cover Sheet
Make sure your cover sheet has your name, term, and class clearly shown.
Design Block Diagram
You should provided a computer drawn block diagram for your design. (No hand written or hand draw elements to your diagram).
VHDL Code
Your code should be well commented, properly indented, and contextually colored.
Test Bench Code
Your code should be well commented, properly indented, and contextually colored. If you could please draw out what the design block should look like. Thank you.
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

The Manga Guide To Databases

Authors: Mana Takahashi, Shoko Azuma, Co Ltd Trend

1st Edition

1593271905, 978-1593271909

More Books

Students also viewed these Databases questions

Question

Find the derivative of y= cos cos (x + 2x)

Answered: 1 week ago