diff options
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; |