diff options
author | Tristan Gingold <tgingold@free.fr> | 2022-11-22 06:21:16 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2022-11-22 06:21:16 +0100 |
commit | cd408fb00f8fef76ca31a4c97f956ee662c9aa5b (patch) | |
tree | 4b15c33a2dd2952528cb55764d06353fe8d73c38 /testsuite/pyunit/libghdl/sig_fail.vhdl | |
parent | 677381d0de3212399025117f5879030d13ccfdbf (diff) | |
download | ghdl-cd408fb00f8fef76ca31a4c97f956ee662c9aa5b.tar.gz ghdl-cd408fb00f8fef76ca31a4c97f956ee662c9aa5b.tar.bz2 ghdl-cd408fb00f8fef76ca31a4c97f956ee662c9aa5b.zip |
testsuite/pyunit/libghdl: add more tests for comments gathering
Diffstat (limited to 'testsuite/pyunit/libghdl/sig_fail.vhdl')
-rw-r--r-- | testsuite/pyunit/libghdl/sig_fail.vhdl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/pyunit/libghdl/sig_fail.vhdl b/testsuite/pyunit/libghdl/sig_fail.vhdl new file mode 100644 index 000000000..c686ef2a5 --- /dev/null +++ b/testsuite/pyunit/libghdl/sig_fail.vhdl @@ -0,0 +1,7 @@ +architecture arch of ent is + signal b1 : bit; + + -- Comment + signal b2 : bit; +begin +end arch; |