aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/libghdl/multi1.vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/pyunit/libghdl/multi1.vhdl')
-rw-r--r--testsuite/pyunit/libghdl/multi1.vhdl10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/pyunit/libghdl/multi1.vhdl b/testsuite/pyunit/libghdl/multi1.vhdl
new file mode 100644
index 000000000..73eebd5b5
--- /dev/null
+++ b/testsuite/pyunit/libghdl/multi1.vhdl
@@ -0,0 +1,10 @@
+architecture arch of ent is
+ -- Comment for :arch:
+ -- Again for :arch:
+
+ -- Also for :arch:
+
+ -- But for :b1:
+ signal b1 : bit;
+begin
+end arch;