Question: 2. How many latches will be generated after synthesis? Provide a brief explanation for your answer. library ieee; use ieee.std_logic_1164.all; entity test is port (a,b,use

2. How many latches will be generated after synthesis? Provide a brief explanation for your answer. library ieee; use ieee.std_logic_1164.all; entity test is port (a,b,use b: in STD_LOGIC; d out: out std logic); end test; architecture Beh of test is begin Heading 1 process (a, b, use b) begin if (use b= '1') then d out
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
