Sign In

Don't have a Xilinx account yet?

  • Choose to receive important news and product information
  • Gain access to special content
  • Personalize your web experience on Xilinx.com

Create Account

Username

Password

Forgot your password?
XClose Panel
Xilinx Home
Reply
Visitor
ignacio_ch
Posts: 11
Registered: ‎02-01-2012
0

behavioral simulation works but post map not

In the post map, I see that error in modelsim:

Model Technology ModelSim DE vcom 6.5e Compiler 2010.02 Feb 26 2010
# -- Loading package standard
# -- Loading package std_logic_1164
# ** Error: netgen/par/landmark_1_timesim.vhd(37): Library simprim not found.
# ** Error: netgen/par/landmark_1_timesim.vhd(38): (vcom-1136) Unknown identifier "simprim".
# ** Error: netgen/par/landmark_1_timesim.vhd(39): (vcom-1136) Unknown identifier "simprim".
# ** Error: netgen/par/landmark_1_timesim.vhd(41): VHDL Compiler exiting
# ** Error: C:/modelsim_dlx_6.5e/win32pe/vcom failed.

 while the behavioral simulation loads the sim and the wave without any problem.

 

Expert Contributor
gszakacs
Posts: 5,247
Registered: ‎08-14-2007
0

Re: behavioral simulation works but post map not

It looks like you either haven't run "compxlib" to compile the simulation libraries, or you don't

have a copy of modelsim.ini from compxlib in your path when opening ModelSim.  If your

VHDL code uses no Xilinx primitives or CoreGen IP, you might get away with behavioral

simulation without the libraries, but you need the libraries for all simulation after synthesis.

 

The easy way to run compxlib is from the wizard:

 

 

-- Gabor

-- Gabor
Visitor
ignacio_ch
Posts: 11
Registered: ‎02-01-2012
0

Re: behavioral simulation works but post map not

Thanks. The think is that every time I try it, it stucks in here:

END_COMPILATION_MESSAGES(mti_se::axi_bram_ctrl_v1_03_a)
==============================================================================
compxlib[edk:axi_bram_ctrl_v1_03_a]: 0 error(s), 0 warning(s), 10.09 % complete

Library edk:lib_common_v1_00_a will be compiled, because no precompiled info.
--> Compiling edk:lib_common_v1_00_a library ...
    > edk:lib_common_v1_00_a library compiled from 'C:\Xilinx\13.3\ISE_DS\EDK/hw/XilinxProcessorIPLib/pcores/lib_common_v1_00_a/data/lib_common_v2_1_0.pao'
    > edk:lib_common_v1_00_a library compiled to 'C:\Xilinx\13.3\ISE_DS\ISE\mti_se\6.5c\nt/edk/lib_common_v1_00_a'