diff options
Diffstat (limited to 'testsuite/pyunit/libghdl/examples/comments/array.vhdl')
-rw-r--r-- | testsuite/pyunit/libghdl/examples/comments/array.vhdl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/pyunit/libghdl/examples/comments/array.vhdl b/testsuite/pyunit/libghdl/examples/comments/array.vhdl new file mode 100644 index 000000000..69db03d15 --- /dev/null +++ b/testsuite/pyunit/libghdl/examples/comments/array.vhdl @@ -0,0 +1,4 @@ +package p is + -- Comment for :vec: + type vec is array(natural) of bit_vector(0 to 1); +end p; |