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/conf_inside.vhdl | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 testsuite/pyunit/libghdl/examples/comments/conf_inside.vhdl (limited to 'testsuite/pyunit/libghdl/examples/comments/conf_inside.vhdl') diff --git a/testsuite/pyunit/libghdl/examples/comments/conf_inside.vhdl b/testsuite/pyunit/libghdl/examples/comments/conf_inside.vhdl new file mode 100644 index 000000000..6181d572a --- /dev/null +++ b/testsuite/pyunit/libghdl/examples/comments/conf_inside.vhdl @@ -0,0 +1,6 @@ +configuration cfg2 of e2 is + -- comments in design units (python doc-string style) :cfg2: + -- might be multi line :cfg2: + for a2 + end for; +end configuration; -- cgit v1.2.3