ContributionsMost RecentMost LikesSolutionsRe: ModelSim*-Intel® FPGA Edition Software - Simulation Error 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. Re: ModelSim*-Intel® FPGA Edition Software - Simulation Error I have a Intel Quartus Pro licence. However, I am using modelsim altera starter edition. Is it possible that this causes the issue? Do I have to use modelsim altera edition instead of altera starter edition? When I clicked on the modelsim altera edition it says the following error? Re: ModelSim*-Intel® FPGA Edition Software - Simulation Error Hi, The original project file is at the link given below under Windows BSP. I have modified some parts of it so that I can make tests on that. The project is generated using platform designer, so to make a test on modelsim I have generated vhdl files for the ips using platform designer. https://www.intel.com/content/www/us/en/software-kit/660540/intel-fpga-sdk-for-opencl-pro-edition-software-version-20-2.html? Re: ModelSim*-Intel® FPGA Edition Software - Simulation Error Hi, I have a licence, and I am using modelsim altera starter edition. Re: ModelSim*-Intel® FPGA Edition Software - Simulation Error 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. 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 How to update s10_ref (20.2) so that it can be compiled using intel quartus pro 20.4 Hi, What modifications should I do on s10_ref (20.2) so that it is compiled successfully in intel quartus pro 20.4? When I try to compile it on intel quartus pro 20.4 without any modifications, it gives the following error. I am new to these concepts including PCIe, so I can not keep going. Can anybody help me on making necessary basic changes so that it is compiled successfully? Error: Thanks in advance, I would appreciate your response Re: Compiling the s10_ref (20.2) on Quartus Prime Software Pro Applying the steps mentioned in "Intel® FPGA SDK for OpenCL™ Pro Edition: Getting Started Guide" solved my problem. Re: Stratix 10 Reference Platform (s10_ref) Project compilation error Applying the steps mentioned in "Intel® FPGA SDK for OpenCL™ Pro Edition: Getting Started Guide" solved my problem. Stratix 10 Reference Platform (s10_ref) Project compilation error Hi, I posted the same question on this issue before, but nobody answers my questions. Problem: I have downloaded s10_ref files from Intel Download Center (Intel FPGA SDK for OpenCL). Then, I have opened the quartus project file "top" (under s10_ref/hardware/s10gx/) using Intel Quartus Prime Pro 20.4. When I tried to compile the project, it gives several errors that I cannot deal. Can anybody "who know compilation process of s10_ref project" help me? Note: The version of s10_ref file is 20.2, I have tried to compile the project using both Intel Quartus Prime Pro 20.2 and Intel Quartus Prime Pro 20.4, but it gives exactly the same errors. Screenshot of the compilation result: Thanks in advance, I would appreciate your response... Solved