Forum Discussion

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

Modelsim SDF ERROR

HI, I am using the Modelsim 6.5b for the timing analysis, but when I add the SDO file to the similation, an error occurs showing as follow:Loading instances from E:/FPGA/sin/simulation/modelsim/sin_v.sdo# ** Fatal: SDF files require Altera primitive library.

I am using Verilog HDL, and this error never occurs to my teammate who is using VHDL.

THANKS FOR HELP!!!

1 Reply

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

    it says that it requires altera's primitive library. try adding the library into the vsim when doing simulation:

    vsim -L altera_ver work.<your top level test bench>