######################################################################
##
## Filename: tb_sweep.fdo
## Created on: Tue Nov 29 16:09:32 中国标准时间 2011
##
## Auto generated by Project Navigator for Behavioral Simulation
##
## ---------------------DONOT EDIT THIS FILE-------------------------
## You may want to add additional commands to control the simulation
## in the user specific do file (.udo) which is automatically
## generated in the project directory and will not be removed on
## subsequent simulation flows run from Project Navigator.
## ---------------------DONOT EDIT THIS FILE-------------------------
##
######################################################################
#
# Create work library
#
vlib work
#
# Compile sources
#
vcom -explicit -93 "ipcore_dir/mul_sweep.vhd"
vcom -explicit -93 "ipcore_dir/sweep_dds.vhd"
vcom -explicit -93 "sweep_tri.vhd"
vcom -explicit -93 "sweep_sine.vhd"
vcom -explicit -93 "sweep_ech.vhd"
vcom -explicit -93 "FS_Top.vhd"
vcom -explicit -93 "tb_sweep.vhd"
#
# Call vsim to invoke simulator
#
vsim -voptargs="+acc" -t 1ps -lib work work.tb_sweep
#
# Source the wave do file
#
do {tb_sweep_wave.fdo}
#
# Set the window types
#
view wave
view structure
view signals
#
# Source the user do file
#
do {tb_sweep.udo}
#
# Run simulation for this time
#
run 1000ns
#
# End
#