Forum Discussion
Anand,
Thanks for getting back to me. I am using Quartus Prime Lite edition 18.1 with the Modelsim-Altera (free) simulator and I am not allowed to Launch EDA simulation Library compiler. I get the following message:
I have created a test fpga that shows the problem I am having. To keep the size smaller, you will have to
1. Unzip the file testfpga.zip to your c drive .
2. Use quartus prime lite 18.1 to open the project testfpga.qpf
3. Compile the project
4. Simulate with Tools/Run Simulation Tool/RTL Simulation and you should see the problem.
5. I am able to compile the individual IP OK, but vsim has the problem not being able to access fiftyfivenm_ver, etc
- AnandRaj_S_Intel6 years ago
Regular Contributor
Hi,
I have followed steps. can't see any error.
Attached transcript & image.
If you still facing problem manually launch modelsim and load msim_setup.tcl.
Regards
Anand
- KLohr6 years ago
Occasional Contributor
Yes, but are you using Modelsim-Altera (free) simulator? Kermit - KLohr6 years ago
Occasional Contributor
Okay, so I ran the msim_setup.tcl and I get the same failure. transcript is attached. Kermit. - KLohr6 years ago
Occasional Contributor
Hey Anand, OK, I fixed the first problem. For some reason, my Modelsim doesn't have fiftyfivenm_ver compiled in. So I added the following to my simulation script. vlib testfpga_iputf_libs/fiftyfivenm_ver vmap fiftyfivenm_ver ./testfpga_iputf_libs/fiftyfivenm_ver vlog -vlog01compat -work fiftyfivenm_ver {c:/intelFPGA_lite/18.1/quartus/eda/sim_lib/fiftyfivenm_atoms.v} vlog -vlog01compat -work fiftyfivenm_ver {c:/intelFPGA_lite/18.1/quartus/eda/sim_lib/mentor/fiftyfivenm_atoms_ncrypt.v} That fixed that problem. Now I'm back to the other problem: # ** Error: (vsim-3033) C:/testfpga/flash_ip/synthesis/submodules/altera_onchip_flash.v(309): Instantiation of 'altera_onchip_flash_block' failed. The design unit was not found." My transcript is attached.