From 663b942b97aa629489eb06b53ecb6682e9f5fbac Mon Sep 17 00:00:00 2001 From: Brian Drummond Date: Tue, 24 Dec 2013 16:54:03 +0000 Subject: Testsuite changes to elaborate and run tests marked run_compliant_test --- .../compliant/functional/attributes/signal/simple-event-attribute.vhdl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/signal') diff --git a/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/signal/simple-event-attribute.vhdl b/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/signal/simple-event-attribute.vhdl index e3c5d30..e37fe34 100644 --- a/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/signal/simple-event-attribute.vhdl +++ b/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/signal/simple-event-attribute.vhdl @@ -13,7 +13,8 @@ begin -- s <= '1'; -- wait for 0 ns; assert s = '0' report "TEST FAILED - s has not changed to 0 yet!" severity failure; - wait for 10 ns; + --wait for 10 ns; + wait for 4 ns; assert s = '1' report "TEST FAILED - s has not changed to 1 yet!" severity failure; assert (s'event) report "TEST FAILED - 'event not tripped" severity failure; report "TEST PASSED"; -- cgit