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
Post a Comment