This is due to an issue with the xsim_run.bat file created by MIGwhich needs to be modified for the Windows environment.There is no issue in Linux, but Windows users can work around the problem by opening xsim_run.bat in a text editor and replacing the following commands:
xelab work.sim_tb_top work.glbl -prj xsim_files.prj -L unisims_ver -L secureip -s xsim_test -debug typical
xsim -g -t xsim_options.tcl -wdb xsim_database.wdb xsim_test
with
call xelab work.sim_tb_top work.glbl -prj xsim_files.prj -L unisims_ver -L secureip -s xsim_test -debug typical
call xsim -g -t xsim_options.tcl -wdb xsim_database.wdb xsim_test
Revision History
07/25/2012 - Initial release of AR