频率扫描的VHDL完整代码

源代码在线查看: tb_sweep.fdo

软件大小: 4637 K
上传用户: gbefg152
关键词: VHDL 频率扫描 代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				######################################################################
				##
				## 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
				#
							

相关资源