Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16596 Discussions

how to compile Lpm_fifo_dc in altera modelsim. When I am compiling there is an error of some componenets i.e " Unknow formal identifier DELAY_RDUSEDW". i have include lpm_components path also. after that error is same

USing4
Beginner
2,419 Views
0 Kudos
3 Replies
Vicky1
Employee
603 Views

Hi,

Please take back up of your project first.

Could you please delete the component of DCFIFO , create a new instance of it & try to build it again.

It might help to resolve the issue, if you face any concern let me know.

 

Best Regards

Vikas Jathar 

(This message was posted on behalf of Intel Corporation)

 

0 Kudos
USing4
Beginner
603 Views

i did it ...problem remain as it was

0 Kudos
Abe
Valued Contributor II
603 Views

Add the following to the vsim command ..

For Verilog designs:

-L altera_mf_ver -L altera_lnsim_ver -L 220model_ver -L altera_ver

 

For VHDL designs:

-L altera_mf -L altera_lnsim -L 220model -L altera

 

0 Kudos
Reply