Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Part ( B ) : Counter. ( 5 0 pts ) Build a counter that counts up from 0 to 6 4 by using a

Part (B) : Counter. (50 pts)
Build a counter that counts up from 0 to 64 by using a 6-bit binary counter. A vier must be given an option to choose between a counting value or a decimal equivalent of a 6-bit binary input (eiven by the user). It means that seven segment either counts one by one or shows the decimal value of user input.
While the display is showing the user input, the counter should continue the counting even though its counting is not displayed. There should be also the reset option for the counter.
The number should be displayed on a 7-segment display in this manner: '0000''0001**?50005'dots ?'0015'?'005s'dots You will have to use some parts of the eireuit you built in the lab 7.
The counting speed should be about 1 second. This ean be achieved by dividing a clock. In default, the counter should be counting continuously until a reset is activated, which will make the counting value to be 0. When the reset is deactivated, it should start counting again from 0.
For example, when the user input is "001011'.
\table[[CLK:1,S:0,Display: 0000],[CLK:2,S:0,Display: 0001],[CLK:3,S:0,Display: 0002],[CLK:4,S:1,Display: 0011],[CLK:5,S:1,Display: 0011],[CLK:6,S:0,Display: 0005],[CLK:7,S:0,Display:0006]]
Supplementary information:
Clock divider. cutertd as a size puraneter
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

Mobile Communications

Authors: Jochen Schiller

2nd edition

978-0321123817, 321123816, 978-8131724262

Students also viewed these Programming questions

Question

gpt 1 7 9 . .

Answered: 1 week ago