General Description: When I perform VHDL the functional simulation of LogiBLOX modules using MTI, the following warnings are reported:
"# WARNING top.vhd(24): No default binding for component: "xyz". (No entity named "xyz" was found)] : top.vhd(24): No default binding for component: "xyz". (No entity named "xyz" was found)"
Solution
This warning is issued when the description file for the LogiBLOX module is missing.
When the LogiBLOX component was created, a description file was created for simulation. To resolve this error, simply add the file to the project.
In Project Navigator select Project -> Add Source. Browse for xxx.vhd (where "xxx" is your LogiBLOX module name).