Question: SOLVE IT FOR ME USING VHDL CODE Design a 4 - bit shift register and counter in a single VHDL design by implementing one process

SOLVE IT FOR ME USING VHDL CODE
Design a 4-bit shift register and counter in a single VHDL design by implementing one process for each function: the shift
register and the counter. The design should meet the following specifications:
Inputs: The design should include 8 inputs: sel, shift, clk, load, Clear, Prest, Sin, and D(3:0).
Output: The design should have one output: Q(3:0).
Functionality:
Operates as a counter when sel =1.
Operates as a shift register when sel =0, implemented using the when else statement.
The shift register/counter functions are defined in the following table: [24 Points].
Simulate your design for all different input combinations. (16 Points-2 pint for testing each input)
SOLVE IT FOR ME USING VHDL CODE Design a 4 - bit

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!