- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
behavioral simulation works but post map not
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-13-2012 10:37 AM
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.
Re: behavioral simulation works but post map not
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-14-2012 05:43 AM
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
Re: behavioral simulation works but post map not
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-14-2012 02:44 PM
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'











