Question: ASAP PLEASE HELP EXPLAIN THE CODE PLEASE THANKS FOR YOUR EFFORTS 3. Try to understand the code given below and implement it. Observe output. Then,

 ASAP PLEASE HELP EXPLAIN THE CODE PLEASE THANKS FOR YOUR EFFORTS

ASAP PLEASE HELP EXPLAIN THE CODE PLEASE THANKS FOR YOUR EFFORTS

3. Try to understand the code given below and implement it. Observe output. Then, clear one of the "k" from the condition of each of if-elsif and implement it again. Observe output. Then, clear remaining "k" from the conditions of if-elsif and implement it again. Observe output. Comment on the outputs. Scrolling text # Implementation constraint library IEEE; use IEEE.STD_LOGIC_1164.ALL; NET "clk" LOC = "88"; entity scrolling_text is NET "output1(0)" LOC = "L 14"; Port (clk in STD_LOGIC; NET "output 1(1)" LOC = "H12"; output1 : out STD_LOGIC_VECTOR (7 downto 0); NET "output 1(2)" LOC = "N14"; output2 : out STD_LOGIC_VECTOR (3 downto 0)); NET "output1(3)" LOC = "N11"; end scrolling_text; NET "output1(4)" LOC = "P12"; NET "output1(5)" LOC = "L13"; architecture Behavioral of scrolling_text is NET "output 1(6)" LOC = "M12"; begin NET "output 1(7)" LOC = "N13"; NET "output2(3)" LOC = "k14"; process(clk) variablet integer:=0; -- timer NET "output2(2)" LOC = "M13"; variable k integer:=1000; -- kilo NET "output2(1)" LOC = "J12"; variable u_s :integer.=50; -- microsecond NET "output2(0)" LOC = "F12": begin if rising edge(clk) then if t

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 Databases Questions!