verilog - ModelSim simulation - modules not definied -



verilog - ModelSim simulation - modules not definied -

i tried simulate verilog project (which uses lpm modules) in modelsim, in spite of adding needed libraries still had error saying modules not defined. know what's wrong?

are telling modelsim search libraries modules during elaboration? illustration should pass next arguments vsim: vsim -l lpm_ver ...

often pre-compiled verilog libraries suffixed "_ver" create sure referencing right library.

simulation verilog modelsim

Comments

Popular posts from this blog

ruby on rails - Devise Logout Error in RoR -

c# - Create a Notification Object (Email or Page) At Run Time -- Dependency Injection or Factory -

model view controller - MVC Rails Planning -