diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-08-24 07:32:32 +0200 |
---|---|---|
committer | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-08-26 21:08:12 +0200 |
commit | a6d0550e54a6243f4cc716ce98f348458c865fe8 (patch) | |
tree | 190d33f6a602e5a99eb4f37931038ee696e15026 /testsuite/pyunit/Current.vhdl | |
parent | 98b54bc3d1b54bfc5c03e74d049fb59db47df8db (diff) | |
download | ghdl-a6d0550e54a6243f4cc716ce98f348458c865fe8.tar.gz ghdl-a6d0550e54a6243f4cc716ce98f348458c865fe8.tar.bz2 ghdl-a6d0550e54a6243f4cc716ce98f348458c865fe8.zip |
Implemented handling off null statements.
Diffstat (limited to 'testsuite/pyunit/Current.vhdl')
-rw-r--r-- | testsuite/pyunit/Current.vhdl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/pyunit/Current.vhdl b/testsuite/pyunit/Current.vhdl index b4906e211..c02493c21 100644 --- a/testsuite/pyunit/Current.vhdl +++ b/testsuite/pyunit/Current.vhdl @@ -210,6 +210,11 @@ begin constant G7 : boolean := False; begin inst: component Case5689Dummy; + process + begin + null; + wait; + end process; when others => constant G8 : boolean := False; |