今天我在写vhdl代码的时候遇到这个问题:
当不加入chiscope之前代码是可以综合并实现的,但是加入chiscope后,就会在place&rout中报错,无错原因如下:
WARNINGar:288 - The signal df_so_IBUF has no load. PAR will not attempt to route this signal.
WARNING:Route:436 - The router has detected an unroutable situation for one or more connections. The router will finish the rest of the design and leave them as unrouted, The cause of this behavior is either an issue with the placement or unroutable placement constraints. To allow you to use FPGA editor to isolate the problems, the following is a list of (up to 10) such unroutable connections:
WARNINGar:100 - Design is not completely routed.
WARNINGar:283 - There are 1 loadless signals in this design. This design will cause Bitgen to issue DRC warnings.
这些警告直接导致我不能布局布线了,这个怎么解决呢