Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
9 years ago

modelsim altera starter simulation error with altera IP

Hi,

i get an error when i try to compile my design that uses a ram IP featuring altera_syncram_component

The error is "Unresolved defparam reference to 'enable_force_to_zero' in altera_syncram_component.enable_force_to_zero"

Is this about a library missing or something to do with the version of modelism that i use ? (Modelsim Altera Starter Edition 10.4b)

Thanks,

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Apparently i am missing the 'altera_syncram_component' module or whatever it is . In my project libraries however there are altera_ver, altera_mf_ver, altera_lnsim_ver included....in those libraries i can find an altera_syncram module but not altera_syncram_component...

    Attached is the source file where the simulator complains...i am not expert in verilog but i guess the altera_syncram_component's library is not found?