Forum Discussion
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- Hi pletz, thanks for your help! It is almost what I am doing. Maybe I got my mistake. Youe have a folder "project_root/Register" that contains the register.v file of your module. However, your register.bsf file is in your "project_root". The "project_root" seems to be the destination if you create a symbol file from a hdl-file. I copied my .bsf-file from the "project_root" to "project_root/filter"-folder. Maybe this is the mistake. I must not copy the .bsf-file. I thought, i create a .bsf-File, copy it to the according hdl-file folder and can use these files from then on by setting the library path to this folder path. Later on I will check if it will work if I leave the .bsf file, where it was created. By the way, after I have added the filter.vhd file to my project, it compiles without error. But in the end this is not what I wanted. Maik --- Quote End --- Hi MAik, It also works with the bsf not in the project root. I have my project modified. You have to change the path to the Libray, because Quartus uses an absolute path. I did not find a way to use a relative path. When you look into my project you will find a warning, where Quartus is complaining about missing the designfile register.v . It works because Quartus is looking in the specified Libraries in order to find the designfile. I think that is a weakness of Quartus, because you can get rid of this message only by adding the design to the project. Kind regards GPK