Altera_Forum
Honored Contributor
7 years agoCan I safely ignore these hierarchy connectivity warnings?
Hello, I have the following problem that I have not been able to solve by searching the Forums:
I have a system with a Nios2 gen2 processor and the nios_custom_instr_floating_point custom instruction. This is the only custom instruction IP used. On compilation I get the warning "1 hierarchies have connectivity warnings - see the Connectivity Checks report folder" When I check the Connectivity Checks report I see the following 3 warnings (I include the reset_req Info for completeness):Port Type Severity Details
reset_req Input Info Stuck at GND
A_ci_multi_estatus Output Warning Declared by entity but not connected by instance. Logic that only feeds a dangling port will be removed.
A_ci_multi_ipending Output Warning Declared by entity but not connected by instance. Logic that only feeds a dangling port will be removed.
A_ci_multi_status Output Warning Declared by entity but not connected by instance. Logic that only feeds a dangling port will be removed.
I don't know how to determine if these signals are really needed in the design or have been left unconnected because they are not needed. Does anybody know if I can safely ignore them and why?