Modify the VHDL code below by adding a parameter that sets the number of flip-flops in the counter. LIBRARY ieee ; USE ieee.std logic.1164.all ; USE ieee.std logic_unsigned.all ; ENTITY upcount IS PORT ( Clock, Resetn, E : IN STD.LOGIC ; Q : OUT STD LOGIC-VECTOR (3 DOWNTO 0)) ; END upcount ; ARCHITECTURE Behavior OF upcount IS SIGNAL Count : STD.LOGIC.VECTOR (3 DOWNTO 0) ; BEGIN PROCESS ( Clock, Resetn ) BEGIN IF Resetn = '0' THEN Count <= "0000"; ELSIF (Clock'EVENT AND Clock = 'l') THEN IF E = '1' THEN Count <= Count +13; ELSE Count <= Count ; END IF ; END IF ; END PROCESS ; Q <= Count ; END Behavior ;

Introductory Circuit Analysis (13th Edition)
13th Edition
ISBN:9780133923605
Author:Robert L. Boylestad
Publisher:Robert L. Boylestad
Chapter1: Introduction
Section: Chapter Questions
Problem 1P: Visit your local library (at school or home) and describe the extent to which it provides literature...
icon
Related questions
Question
Modify the VHDL code below by adding a parameter that sets the number of flip-flops in the counter.
LIBRARY ieee ;
USE ieee.std logic_1164.all ;
USE ieee.std logic unsigned.all ;
ENTITY upcount IS
PORT ( Clock, Resetn, E : IN STD.LOGIC ;
: OUT STD.LOGIC-VECTOR (3 DOWNTO 0)) ;
END upcount ;
ARCHITECTURE Behavior OF upcount IS
SIGNAL Count : STD.LOGIC-VECTOR (3 DOWNTO 0);
BEGIN
PROCESS ( Clock, Resetn )
BEGIN
IF Resetn = '0' THEN
Count <= "0000'" ;
ELSIF (Clock'EVENT AND Clock = 'l') THEN
IF E = '1' THEN
Count <= Count +1;
ELSE
Count <= Count ;
END IF ;
END IF ;
END PROCESS;
Q <= Count ;
END Behavior ;
Transcribed Image Text:Modify the VHDL code below by adding a parameter that sets the number of flip-flops in the counter. LIBRARY ieee ; USE ieee.std logic_1164.all ; USE ieee.std logic unsigned.all ; ENTITY upcount IS PORT ( Clock, Resetn, E : IN STD.LOGIC ; : OUT STD.LOGIC-VECTOR (3 DOWNTO 0)) ; END upcount ; ARCHITECTURE Behavior OF upcount IS SIGNAL Count : STD.LOGIC-VECTOR (3 DOWNTO 0); BEGIN PROCESS ( Clock, Resetn ) BEGIN IF Resetn = '0' THEN Count <= "0000'" ; ELSIF (Clock'EVENT AND Clock = 'l') THEN IF E = '1' THEN Count <= Count +1; ELSE Count <= Count ; END IF ; END IF ; END PROCESS; Q <= Count ; END Behavior ;
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Introductory Circuit Analysis (13th Edition)
Introductory Circuit Analysis (13th Edition)
Electrical Engineering
ISBN:
9780133923605
Author:
Robert L. Boylestad
Publisher:
PEARSON
Delmar's Standard Textbook Of Electricity
Delmar's Standard Textbook Of Electricity
Electrical Engineering
ISBN:
9781337900348
Author:
Stephen L. Herman
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Electrical Engineering
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education
Fundamentals of Electric Circuits
Fundamentals of Electric Circuits
Electrical Engineering
ISBN:
9780078028229
Author:
Charles K Alexander, Matthew Sadiku
Publisher:
McGraw-Hill Education
Electric Circuits. (11th Edition)
Electric Circuits. (11th Edition)
Electrical Engineering
ISBN:
9780134746968
Author:
James W. Nilsson, Susan Riedel
Publisher:
PEARSON
Engineering Electromagnetics
Engineering Electromagnetics
Electrical Engineering
ISBN:
9780078028151
Author:
Hayt, William H. (william Hart), Jr, BUCK, John A.
Publisher:
Mcgraw-hill Education,