Forum Discussion
Altera_Forum
Honored Contributor
14 years agoCould not find rtl_work.TB.vhd
Hello, The same process is giving issues once again: # ** Error: (vsim-3170) Could not find 'C:\Users\Alfonso\Desktop\PFC\simulation\modelsim\ rtl_work.TB_PFC_main'.# Error loading design...
Altera_Forum
Honored Contributor
14 years agoAs I commented earlier, packages have to be compiled before they are used. Your Tcl script has the package *after* the file ProducteN.vhd. Edit the script and move the packages to before ProducteN.vhd.
Cheers, Dave