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 --- but the tcl console hates me also: --- Quote End --- No, it doesn't, you're just failing to read the messages: --- Quote Start --- Quartus II Tcl Console source PFC.tcl Error:couldn't read file "PFC.tcl": no such file or directory --- Quote End --- Ok, so its telling you it cannot find it. Provide the full path to the file then! tcl> source C:/users/alfonso/Desktop/PFC/PFC.tcl or tcl> cd C:/users/alfonso/Desktop/PFC tcl> source PFC.tcl Cheers, Dave