From 9824b3c9a8d2103a5ecd77ff957536fa16c24bbf Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Mon, 5 Dec 2022 21:39:51 +0100 Subject: Reorganized testcases. --- testsuite/pyunit/libghdl/examples/comments/array.vhdl | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 testsuite/pyunit/libghdl/examples/comments/array.vhdl (limited to 'testsuite/pyunit/libghdl/examples/comments/array.vhdl') 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; -- cgit v1.2.3