Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- Hi ... Warning: (vsim-3473) Component instance "adder1: altfp_add_sub" is not bound. ... Thanks --- Quote End --- This commonly happens if your instance interface doesn't match to your component interface declaration. Check if the port and generic interface of your component and the respective instance are equal.