1 2 3 4 5 6 7 8 9 10 11 12 13 14
#! /bin/sh . ../../testenv.sh echo "Skipped !!!!" exit 0 analyze vc.vhdl analyze top.vhdl elab_simulate_failure top clean echo "Test successful"