aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/vhpi/003load_multi_lib/mydesign.vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/vhpi/003load_multi_lib/mydesign.vhdl')
-rw-r--r--testsuite/vhpi/003load_multi_lib/mydesign.vhdl9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/vhpi/003load_multi_lib/mydesign.vhdl b/testsuite/vhpi/003load_multi_lib/mydesign.vhdl
new file mode 100644
index 000000000..38fdfda98
--- /dev/null
+++ b/testsuite/vhpi/003load_multi_lib/mydesign.vhdl
@@ -0,0 +1,9 @@
+library ieee ;
+use ieee.std_logic_1164.all;
+
+entity myentity is
+end myentity;
+
+architecture arch of myentity is
+begin
+end arch;