Forum Discussion
6 Replies
- RichardT_altera
Super Contributor
Is using -L instead of -Lf help to find the library? - LGlie1
New Contributor
No. I tried both but made no difference.
- RichardT_altera
Super Contributor
Could you help to share the error message?
- LGlie1
New Contributor
Its not an Error per say. It doesn't find the modules needed from the libraries.
Referenced (but uncompiled) modules or primitives:
twentynm_io_obuf
twentynm_io_ibuf
twentynm_lcell_comb
dffeas
twentynm_mlab_cell
twentynm_ram_block
altddio_out
altera_iopll
altsyncram
- RichardT_altera
Super Contributor
Modelsim-Altera libraries have been pre-compiled for both functional and gate-level simulation. We should not compile the library files before running a simulation.
Document: https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/hb/qts/qts_qii53001.pdf#page=page2
Can you run the simulation without the need to compile the library?
Could you help to share the screenshot of your current modelsim-ae GUI with the library on the left-hand side?
- RichardT_altera
Super Contributor
Hi, do you able to solve the problem?