Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- I am using separate Modelsim PE Edition 10.0d....of Mentor Graphics.. i have two separately installed software Quartus II of altera and Modelsim of Mentor Graphics i have written a project in Quartus II and is compiling and creating RTL.... but when i am compiling this files in Modelsim it is giving me error lpm library is not found..... please can you tell me where can i find lpm library in Modelsim PE Edition 10.0d. this. --- Quote End --- The library is located in: $env(QUARTUS_ROOTDIR)/eda/sim_lib You can set it up via: vlib lpm vmap lpm [pwd]/lpm vcom $env(QUARTUS_ROOTDIR)/eda/sim_lib/220pack.vhd vcom $env(QUARTUS_ROOTDIR)/eda/sim_lib/220model.vhd (I'm just typing this from memory, so if it doesn't work, let me know, and I'll check for the correct syntax). Cheers, Dave