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

use work.pkg0.all;
use work.pkg1.all;
use work.pkg2.all;
use work.pkg3.all;
use work.pkg5.all;

architecture behav of tb is
begin
end behav;