1 2 3 4 5 6 7 8 9 10
#! /bin/sh . ../../testenv.sh synth bug.vhdl -e > syn_bug.vhdl analyze comp.vhdl syn_bug.vhdl clean echo "Test successful"