From a6d0550e54a6243f4cc716ce98f348458c865fe8 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Tue, 24 Aug 2021 07:32:32 +0200 Subject: Implemented handling off null statements. --- testsuite/pyunit/Current.vhdl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'testsuite/pyunit') 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; -- cgit v1.2.3