Altera_Forum
Honored Contributor
12 years agoHow to keep all top level signals for mapping to pins (feasibility study)
Hello,
For a feasibility study, I have to see if we can use a certain FPGA. Mainly seeing if we can fit all the needed signals on the pins. For that I took another project on which the new project will be based. Removed all the code and left the toplevel signals which need to be mapped on the pins. I also kept all needed pin assignments. It does it synthesis and elaboration well but when it comes to the fitter, I get following error (for multiple pins): Error (177035): The input pin tmds0_rx_dp[0] assigned to HSSI Pin_V34 has no fanout. Error (177035): The input pin tmds0_rx_dn[0] assigned to HSSI Pin_V33 has no fanout. How can I overcome this error? I tried adding the preserve_fanout_free_node attribute on these pins. I tried adding an iobuf_diff for these differential signals and noprune on their output. But nothing helps. Does somebody know how to overcome this? Or help me in the right direction for such a feasibility study? Thanks a lot in advance!