Answered step by step
Verified Expert Solution
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 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 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 plaese draw out the design block diagram and explain it Thank you!
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started