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