diff options
Diffstat (limited to 'testsuite/pyunit/libghdl/examples/comments/arch_inside_2.vhdl')
-rw-r--r-- | testsuite/pyunit/libghdl/examples/comments/arch_inside_2.vhdl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/pyunit/libghdl/examples/comments/arch_inside_2.vhdl b/testsuite/pyunit/libghdl/examples/comments/arch_inside_2.vhdl new file mode 100644 index 000000000..cace77824 --- /dev/null +++ b/testsuite/pyunit/libghdl/examples/comments/arch_inside_2.vhdl @@ -0,0 +1,10 @@ +-- comment for :a2: +architecture a2 of e2 is + -- comments in design units (python doc-string style) :a2: + --:a2: might be multi line + + -- comment for :s: + signal s : bit; +begin + +end architecture; |