Forum Discussion

osmanyagci's avatar
osmanyagci
Icon for Occasional Contributor rankOccasional Contributor
3 years ago

ModelSim*-Intel® FPGA Edition Software - Simulation Error

Hi,

When I try to simulate my design in modelsim, it warns me that a module named as fourteen_iossm_mchip_encrypted does not exits. I tried to find that module under the Quartus 20.4 installition directory (in all of the files by using findstr utility in command window), but that module does not exist at all. Can anybody help me about this problem?

The error is;

**Error: (vsim-3033) Instantiation of 'fourteen_iossm_mchip_encrypted' failed. The design unit was not found.

Note: fourteen_iossm_mchip_encrypted is instantiated in the fourteennm_atoms.sv file.

Thanks in advance,

Appreciate your response

10 Replies

  • sstrell's avatar
    sstrell
    Icon for Super Contributor rankSuper Contributor

    What IP do you have in your design? Sounds like you're missing a license or something.

    • osmanyagci's avatar
      osmanyagci
      Icon for Occasional Contributor rankOccasional Contributor

      Hi,

      I am trying to simulate some part of the project s10_ref BSP for some openCL application. The project is in platform designer format so to simulate the project I have generated the vhdl codes of the ip files in the platform designer. The project contains two ddr4 memory. When I try to simulate the project modelsim says fourteennm_iossm module (which is instantiated in a file generated automatically by platform designer for ddr4 memory) not found. So I searched the quartus installition directory and find that module in the library folder containing altera starter edition library files (the location of the file is "Local Disk (C:) / intelFPGA_pro / 20.4 / modelsim_ase / altera / verilog / src / fourteennm_atoms.sv" ).This file is fourteennm_atoms.sv. However, when I do that modelsim now says fourteen_iossm_mchip_encrypted module cannot be found which is instatiated in fourteennm_iossm module contained in fourteennm_atoms.vs.

      Note: When I add project files to modelsim and compile them, all of them are compiled successfully. However, when I click on the Start Simulation it says instantiation of fourteennm_iossm failed.

      I haven't add anything special to the project. I have used the same structure as you did in s10_ref BSP project, but I have taken some part of the project which I do not need to simulate.

      I have tried to tell all of the story in detail.

      Thanks for your reply.

  • sstrell's avatar
    sstrell
    Icon for Super Contributor rankSuper Contributor

    Is your Quartus Pro installation properly licensed? "encrypted" is a red flag for license issues.

    • osmanyagci's avatar
      osmanyagci
      Icon for Occasional Contributor rankOccasional Contributor

      Hi,

      I have a licence, and I am using modelsim altera starter edition.

  • ShengN_altera's avatar
    ShengN_altera
    Icon for Super Contributor rankSuper Contributor

    Hi


    Could you provide the design file for further debugging?


    Thanks,

    Sheng


  • ShengN_altera's avatar
    ShengN_altera
    Icon for Super Contributor rankSuper Contributor

    Most likely that is the root cause. Modelsim altera edition requires license for it. May be you can try on Modelsim Simulation Setup Script (msim_setup.tcl). May refer to manual here or video here.


  • ShengN_altera's avatar
    ShengN_altera
    Icon for Super Contributor rankSuper Contributor

    Hi,


    Do you have any further consideration or should I consider the case closed?


    • osmanyagci's avatar
      osmanyagci
      Icon for Occasional Contributor rankOccasional Contributor

      When I try simulate using msim_setup.tcl, it gives some other errors. However, the previous "module not found" errors are removed. So, you can close it.