1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#! /bin/sh . ../../testenv.sh analyze latches.vhdl tb_latches.vhdl elab_simulate tb_latches clean synth --latches latches.vhdl -e > syn_latches.vhdl analyze syn_latches.vhdl tb_latches.vhdl elab_simulate tb_latches clean echo "Test successful"