Forum Discussion

USing4's avatar
USing4
Icon for New Contributor rankNew Contributor
7 years ago

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

3 Replies

  • Vicky1's avatar
    Vicky1
    Icon for Regular Contributor rankRegular Contributor

    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)

    • USing4's avatar
      USing4
      Icon for New Contributor rankNew Contributor

      i did it ...problem remain as it was

  • Abe's avatar
    Abe
    Icon for Frequent Contributor rankFrequent Contributor

    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