Forum Discussion
Altera_Forum
Honored Contributor
18 years agoHi,
I had similar issue as I was connecting a memory model to my design and this relied on the VITAL library. I think your problem is the fact that you are pointing to the vital95 library but your design relies on the fact that you need to point to the vital2000 libraries. In modelsim if you expand the ieee library it more than likely you are pointing to the following path $MODEL_TECH/../vhdl_src/vital95/prmtvs_p.vhd $MODEL_TECH/../vhdl_src/vital95/timing_p.vhd you really need the following $MODEL_TECH/../vhdl_src/vital2000/prmtvs_p.vhd $MODEL_TECH/../vhdl_src/vital2000/timing_p.vhd If you cannot get this to work then send me your modelsim.ini file and I will amend it for you Hope this helps