1 2 3 4 5 6 7 8 9 10 11
entity entity3 is end; architecture behav of entity3 is signal Clock : bit; begin inst2: (a, b) port map ( clk => Clock ); end architecture behav;