aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/vhpi/005trace_file/mydesign.vhdl
diff options
context:
space:
mode:
authorMarlon James <marlon.james@gmail.com>2021-04-17 15:08:50 -0700
committertgingold <tgingold@users.noreply.github.com>2021-04-18 17:34:57 +0200
commit90ac6b099104d285babbf0bce15cd735bf790336 (patch)
treed099bc04b7d897b239b263fc9f4d7ec0ea6b01c4 /testsuite/vhpi/005trace_file/mydesign.vhdl
parente9de3601fcd8e164ffcbf8243b45619d72a4ef3a (diff)
downloadghdl-90ac6b099104d285babbf0bce15cd735bf790336.tar.gz
ghdl-90ac6b099104d285babbf0bce15cd735bf790336.tar.bz2
ghdl-90ac6b099104d285babbf0bce15cd735bf790336.zip
VHPI: add tracing tests
Diffstat (limited to 'testsuite/vhpi/005trace_file/mydesign.vhdl')
-rw-r--r--testsuite/vhpi/005trace_file/mydesign.vhdl9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/vhpi/005trace_file/mydesign.vhdl b/testsuite/vhpi/005trace_file/mydesign.vhdl
new file mode 100644
index 000000000..38fdfda98
--- /dev/null
+++ b/testsuite/vhpi/005trace_file/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;