2 use ieee.std_logic_1164.all;
10 architecture behav of repro2sub is
16 use ieee.std_logic_1164.all;
19 port (a,b : std_logic;
24 architecture behav of repro2 is
25 signal c1, c2 : std_logic;
27 i1: entity work.repro2sub port map (a, b, c1, p);
28 i2: entity work.repro2sub port map (a, b, c2, p);