Question: Solve it for me using VHDL CODE please. Q 1 . Design by writing a VHDL code a shift register based on the following entity

Solve it for me using VHDL CODE please.
Q1. Design by writing a VHDL code a shift register based on the following entity and simulation results: [
entity SR1 is
port(clk, rst, sin: in bit;
s: in bit_vector(1 downto 0);
d: in bit_vector(3 downto 0);
q: out bit_vector(3 downto 0));
end SR1;
Synthesis your design using Quartus Prime Lite Edition, and then simulate it using ModelSim Altera for all different combinations of the input variables.
Solve it for me using VHDL CODE please. Q 1 .

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 Electrical Engineering Questions!