#!/bin/tcsh
vlib work
echo "Press Enter to continue."
read answer
vcom time_sim.vhd
echo "Press Enter to continue."
read answer
vcom tb_h4ba.vhd
echo "Press Enter to continue."
read answer
vsim -sdfmax tb_h4ba/UUT=time_sim.sdf tb_h4ba -do "do tutorial3.do"
