aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1823/entity4.vhdl
blob: 3629d3d17a4cca718a13565f92af68b537ddb190 (plain)
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;