Well, I guess the problem is that Webpack 8.1 is creating that call to
the glbl top level module, I don't know why it does so since the
previous version of ISE doesn't make any call to that module.
This is the Foundation 7.1 console output, I'm using Modelsim 6.0d, the
one I downloaded from Xilinx, not the one included in the 7.1 software
package (6.0a).
-----------------------------------------------------------------------------------------
Reading C:/Modeltech_xe_starter/tcl/vsim/pref.tcl
# 6.0d
# do top_memory_tb.ado
listening on address 127.0.0.1 port 1200
# resume
# Model Technology ModelSim XE III vcom 6.0d Compiler 2005.04 Apr 26
2005
# -- Loading package standard
# -- Loading package std_logic_1164
# -- Compiling entity memory
# -- Compiling architecture memory_a of memory
# -- Loading package textio
# -- Loading package ul_utils
# -- Loading package mem_init_file_pack_v6_1
# -- Loading package iputils_conv
# -- Loading package blkmemsp_pkg_v6_1
# -- Loading entity blkmemsp_v6_1
# Model Technology ModelSim XE III vcom 6.0d Compiler 2005.04 Apr 26
2005
# -- Loading package standard
# -- Loading package std_logic_1164
# -- Loading package std_logic_arith
# -- Loading package std_logic_unsigned
# -- Compiling entity top_memory
# -- Compiling architecture behavioral of top_memory
# Model Technology ModelSim XE III vcom 6.0d Compiler 2005.04 Apr 26
2005
# -- Loading package standard
# -- Loading package std_logic_1164
# -- Loading package std_logic_arith
# -- Loading package std_logic_unsigned
# -- Loading package textio
# -- Loading package std_logic_textio
# -- Compiling entity top_memory_tb
# -- Compiling architecture testbench_arch of top_memory_tb
# vsim -lib work -t 1ps top_memory_tb
# Loading C:\Modeltech_xe_starter\win32xoem/../std.standard
# Loading
C:\Modeltech_xe_starter\win32xoem/../ieee.std_logic_1164(body)
# Loading
C:\Modeltech_xe_starter\win32xoem/../ieee.std_logic_arith(body)
# Loading
C:\Modeltech_xe_starter\win32xoem/../ieee.std_logic_unsigned(body)
# Loading C:\Modeltech_xe_starter\win32xoem/../std.textio(body)
# Loading
C:\Modeltech_xe_starter\win32xoem/../ieee.std_logic_textio(body)
# Loading work.top_memory_tb(testbench_arch)
# ** Warning: (vsim-3479) Time unit 'fs' is less than the simulator
resolution (1ps).
# Time: 0 ps Iteration: 0 Region: /
# Loading work.top_memory(behavioral)
# Loading
C:\Modeltech_xe_starter\win32xoem/../xilinx/vhdl/xilinxcorelib.ul_utils(body)
# Loading
C:\Modeltech_xe_starter\win32xoem/../xilinx/vhdl/xilinxcorelib.mem_init_file_pack_v6_1(body)
# Loading
C:\Modeltech_xe_starter\win32xoem/../xilinx/vhdl/xilinxcorelib.iputils_conv(body)
# Loading
C:\Modeltech_xe_starter\win32xoem/../xilinx/vhdl/xilinxcorelib.blkmemsp_pkg_v6_1(body)
# Loading work.memory(memory_a)
# Loading
C:\Modeltech_xe_starter\win32xoem/../xilinx/vhdl/xilinxcorelib.blkmemsp_v6_1(behavioral)
# ** Failure: Success! Simulation for annotation completed
# Time: 2100 ns Iteration: 0 Process: /top_memory_tb/line__105
File: top_memory_tb.ant
# Break at top_memory_tb.ant line 175
# Stopped at top_memory_tb.ant line 175
Compiling vhdl file "d:/programs/vhdl/memory/top_memory.vhd" in Library
work.
Entity <top_memory> compiled.
Entity <top_memory> (Architecture <Behavioral>) compiled.
-----------------------------------------------------------------------------------------
As it can be seen, the call to Modelsim is just
# vsim -lib work -t 1ps top_memory_tb
and not
vsim -L xilinxcorelib_ver -L unisims_ver -lib work -t 1ps
top_memory_tb glbl
as Webpack 8.1 did.
I'd like to know how or where Webpack 8.1 stores the commands for
calling Modelsim, I've seen something about custom do file in the
"Generate Expected Simulation Results" properties, but didn't find any
..do file within project directory.
I've decided to work at school with Foundation (not Webpack) version
7.1 (the ISE Webpack suite included in the Starter Kit board I bought
from Xilinx does not include the Core Generator, well, it's there but
not all the options), it's just that I don't have enough time for
testing and making version 8.1 to work properly nor to design in ISE
and compile separately in Modelsim

.
Thanks for any advice/comment you may have.
Regards,
José Jorge Enríquez.