Forum Discussion
antonto
Occasional Contributor
5 years agoHello, im trying to simulate a module which has a pll,but i keep getting this error vsim-3033
This is the error message in modelsim
** Error: (vsim-3033) D:/altera askhseis/lora_test6/my_test_pll.v(72): Instantiation of 'altpll' failed. The design unit was not found. # Time: 0 ps Iteratio...
- 5 years ago
I see that you got the libraries, but you have to tell the tool where the ALTPLL library is, when you start the simulation. You command could look like:
vsim -L altera_mf_ver work.<top_module>
Regards.
Ash_R_Altera
Regular Contributor
5 years agoSorry, I meant ALTPLL 'component', not library.