aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue777/tb.vhdl
blob: 6a4b10cb40998fbeedc0a452fd4b108f1fe22d9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
entity tb is

end entity tb;

architecture functional of tb is

begin  -- architecture functional

  dut : entity work.a
    port map (i => true);

end architecture functional;