######################################################################
##
## Filename: float_add_modue.fdo
## Created on: Mon Dec 24 0:05:46 中国标准时间 2012
##
## Auto generated by Project Navigator for Behavioral Simulation
##
## ---------------------DO NOT 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.
## ---------------------DO NOT EDIT THIS FILE-------------------------
##
######################################################################
#
# Create work library
#
vlib work
#
# Compile sources
#
vlog "test_test.v"
vlog "E:/xi14.2/14.2/ISE_DS/ISE//verilog/src/glbl.v"
#
# Call vsim to invoke simulator
#
vsim -voptargs="+acc" -t 1ps -L xilinxcorelib_ver -L unisims_ver -L unimacro_ver -L secureip -lib work work.float_add_modue glbl
#
# Source the wave do file
#
do {float_add_modue_wave.fdo}
#
# Set the window types
#
view wave
view source
view list
add list *
view structure
view signals
#
# Source the user do file
#
do {float_add_modue.udo}
#
# Run simulation for this time
#
run 10ns
#
# End
#