aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue349/resolution-tb.vhdl
blob: 72ab768ffc197bd793a0aa50b559be893239de94 (plain)
1
2
3
4
5
6
7
8
9
--library osvvm;
use work.ResolutionPkg.all;

entity Resolution_TB is
end Resolution_TB;

architecture none of Resolution_TB is
begin
end none;