Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
11 years ago

Problem with simulating IPs

I downloaded and complied SV_Reconfig_PMA_Controls_v13.1.zip from Altera WiKi . I don't have problems to compile this. However, I can't simulate using ModelSim due to the following reason.

vsim -L sv_generic -L msim_top_custom -c -t 1ps -novopt top_tb # Loading sv_std.std# Loading work.alt_xcvr_reconfig_h# Loading work.altera_xcvr_functions# Loading work.top_tb# ** Error: (vsim-3033) ../source/top_tb.sv(94): Instantiation of 'top_mc' failed. The design unit was not found.# # Region: /top_tb# Searched libraries:# C:/altera/14.0/examples/xcvr_test/SV_Reconfig_PMA_Controls/source/sv_generic# C:/altera/14.0/examples/xcvr_test/SV_Reconfig_PMA_Controls/source/msim_top_custom# C:/altera/14.0/examples/xcvr_test/SV_Reconfig_PMA_Controls/source/work# Error loading design# Error: Error loading design # Pausing macro execution # MACRO C:\altera\14.0\examples\xcvr_test\SV_Reconfig_PMA_Controls\source\phy_sim_top.tcl PAUSED at line 117

What is the problem and how can you fix it?

Many thanks,

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    It seems that you have not added top_mc component to your project properly.

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Thanks for your looking into this issue. This is an example which I downloaded from Altera Wiki. It claims that the .zip file includes everything which I need to simulate. I don't know why I have got this problem.