aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/vhpi/002load_entrypoint/mydesign.vhdl
blob: 38fdfda98415d6b12e8ebdc7509d81863e484a41 (plain)
1
2
3
4
5
6
7
8
9
library ieee ;
use ieee.std_logic_1164.all;

entity myentity is
end myentity;

architecture arch of myentity is
begin
end arch;