Question: Please solve 2- Correct the code below and precise his function (5 points) library ieee; use ieee.std_logic_1164.all; entity circuit is port (el, e2, e3, e4
Please solve
2- Correct the code below and precise his function (5 points) library ieee; use ieee.std_logic_1164.all; entity circuit is port (el, e2, e3, e4 : in std_logic; s: in std_logic); end circuit; architecture archi_circuit of circuit is signal s1, s2, s3 : std_logic; component fet port (a, b : in std_logic; s: out std_logic); end fet; begin cmp1 : fct port map (a
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
