Altera_Forum
Honored Contributor
18 years agovhdl package not recognised
hi,
basically i am trying to do post-synthesis testing on my vhdl code, i have already written a testbench and used it with modelsim (non altera version) to do functional testing. however now i have switched to Quartus II (web edition) to perform the synthesis i have managed to setup the eda tools to launch modelsim once compilation has run and to run the testbench. (i assume gate level testing is the same as doing post-synthesis testing). the problem i am having is that the testbench uses a package which is in another vhdl file that contains functions and types, but when modelsim opens there is an error and says it cant find it in the work library. i have searched the forum for similar problems and tried them but it doesnt seem to work, i have the package in the project in Quartus II but it doesnt seem to want to compile and put it in the library with the top level entity. what solutions can you suggest? thanks