Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- Do you have any files with the Library field set? They should all be cleared if you have edit the files to use 'work' for all the libraries. You can use the Quartus menu option Project->Generate Tcl File For Project to (you guess it!) general a Tcl file for your Quartus project. In that file, you'll see lots of set_global_assignment -name VHDL_FILE <filename> If you have the "Library" field set, then it will change to set_global_assignment -name VHDL_FILE <filename> -library <library name> So check that none have -library next to them. If they do, go select that file in the "Files" window and change its library property. Don't sweat it, I know its tough, that is why I am still helping you :) Cheers, Dave --- Quote End --- Thank you Dave, Done, even the fixed_float_types_c and fixed_pkg_c now don't have a library asigned, and checked it with PFC.tcl file. --- Quote Start --- Don't sweat it, I know its tough, that is why I am still helping you :) --- Quote End --- Three persons 1 in this forum have abandoned me yet, and i'm playing with passing subject or failing it, its to be nervous. Thank you for your involvement.