diff options
Diffstat (limited to 'testsuite/pyunit/libghdl/examples/comments/sig.vhdl')
-rw-r--r-- | testsuite/pyunit/libghdl/examples/comments/sig.vhdl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/pyunit/libghdl/examples/comments/sig.vhdl b/testsuite/pyunit/libghdl/examples/comments/sig.vhdl new file mode 100644 index 000000000..ee0865ae4 --- /dev/null +++ b/testsuite/pyunit/libghdl/examples/comments/sig.vhdl @@ -0,0 +1,5 @@ +architecture arch of ent is + -- Comment for :b2: + signal b2 : bit; +begin +end arch; |