Altera_Forum
Honored Contributor
17 years agoProblem of symbol edition in a project
Hello,
I have a little problem of edition with symbol in Quartus II (version 9.0). Here is what I have done : - I create a project in "C:\MyProject" - I create a top bsf file and save it in "C:\MyProject\Modules\Top" - I create a function in vhdl and save it in "C:\MyProject\Modules\Myfunction) - I create the symbol corresponding to my function. Quartus puts it in "C:\MyProject". I move it to "C:\MyProject\Modules\MyFunction", where there is the vhdl file - I add my function in the top bsf file Now the problem. If I double clicked on the symbol of my function, Quartus open the vhd file. But if I want to edit the symbol, Quartus told me "Can't find Block Symbol File for Symbol "MyFunction" -- if the file exists, it is not located in the Altera-provided or user-defined librairies". So I go to the menu Assignments => Settings, in the category Libraries, and I add the folder MyFunction to the project librairies. But I still have the same problem for editing the symbol. Do I do something wrong or do I missed something ? Thanks in advance. Jérôme