aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1055/crash_tb.vhdl
blob: e6c770fec61bfc43d4bc4318ddfdf771231da58e (plain)
1
2
3
4
5
6
7
entity crash_Tb is
end;

use work.crash_pkg.all;
architecture behav of crash_tb is
begin
end behav;