From 7dfd4db5b5e40cadef146e5df7e7d01463403a9a Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 7 Dec 2017 06:02:05 +0100 Subject: bug040: reduce execution time for simulation. --- testsuite/gna/bug040/testsuite.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/gna/bug040') diff --git a/testsuite/gna/bug040/testsuite.sh b/testsuite/gna/bug040/testsuite.sh index 44b2f0c96..3209fbea9 100755 --- a/testsuite/gna/bug040/testsuite.sh +++ b/testsuite/gna/bug040/testsuite.sh @@ -4,7 +4,7 @@ analyze *.vhd if ghdl_is_interpretation; then - elab_simulate tb --stop-time=1us + elab_simulate tb --stop-time=200ns else elab_simulate tb --stop-time=4us fi -- cgit v1.2.3