FPGA Intellectual Property
PCI Express*, Networking and Connectivity, Memory Interfaces, DSP IP, and Video IP
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
6158 Discussions

I am trying to use modelsim_ae with command line and use the built in libraries. But it doesn't find the -Lf Belowis the command line: But if finds none of the -Lf libraries?

LGlie1
Beginner
645 Views

vlog -work tst17301.ulogsim -incr +libext+.bv+.vp+.v+.V+.sv+.vo -sv -sv_pragma -sv12compat -timescale=1ns/1ps +v2k -Lf 220model_ver -Lf altera_mf_ver -Lf twentynm_ver -Lf altera_ver -Lf altera_lnsim_ver

 

0 Kudos
6 Replies
RichardTanSY_Intel
345 Views
Is using -L instead of -Lf help to find the library?
LGlie1
Beginner
345 Views

No. I tried both but made no difference.

RichardTanSY_Intel
345 Views

Could you help to share the error message?

LGlie1
Beginner
345 Views

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

RichardTanSY_Intel
345 Views

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?

RichardTanSY_Intel
345 Views

Hi, do you able to solve the problem?

Reply