1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#! /bin/sh . ../../testenv.sh analyze polyamplib.vhdl master_testbench3.vhdl if ghdl_is_interpretation; then stop=10us else stop=1ms fi elab_simulate master_testbench3 --stop-time=$stop clean echo "Test successful"