aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/python/units01/demo.vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/python/units01/demo.vhdl')
-rw-r--r--testsuite/python/units01/demo.vhdl7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/python/units01/demo.vhdl b/testsuite/python/units01/demo.vhdl
new file mode 100644
index 000000000..4e40f7e94
--- /dev/null
+++ b/testsuite/python/units01/demo.vhdl
@@ -0,0 +1,7 @@
+entity e1 is
+end e1;
+
+architecture behav of e1 is
+begin
+ assert false report "arch" severity note;
+end behav;