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 ago --- Quote Start --- Sorry, i moved the Pack.vhd before ProducteN.vhd (in the .tcl and saved) and still error. error (10481): vhdl use clause error at producten.vhd(3): design library "work" does not contain primary unit "fixed_package" --- Quote End --- Saving the Tcl is not adequate. You must also run the Tcl from the Quartus console. You do that by sourcing the file. tcl> source PFC.tcl If you do not see a Tcl console in the GUI, make it appear using View->Utility Windows->Tcl Console. Cheers, Dave