Sign In

Don't have a Xilinx account yet?

  • Choose to receive important news and product information
  • Gain access to special content
  • Personalize your web experience on Xilinx.com

Create Account

Username

Password

Forgot your password?
XClose Panel
Xilinx Home
Reply
Visitor
yhwu
Posts: 18
Registered: ‎05-08-2012
0

1 signals are not completely routed

In ML605 board, I try to implement a simple degin with GTX_X0Y17 and the reference clock is Q4_MGTREFCLK, 1 signals are not completely routed when i routed. I don't know why and how to solve this problem.

Here is the instance:

IBUFDS_GTXE1 q4_clk1_refclk_ibufds_i     (

         .O                              (gtx_rx_refclk_w),        

        .ODIV2                          (),        

       .CEB                            (1'b0),        

       .I                              (RX_REF_CLK_P),  // Connect to package pin F6( H6  is assiged)       

      .IB                             (RX_REF_CLK_N)  // Connect to package pin F5 (H5 is assigned)    

 );

error report:

Release 13.4 - par O.87xd (nt64) Copyright (c) 1995-2011 Xilinx, Inc.  All rights reserved.

Tue May 08 17:22:34 2012

1 signals are not completely routed.

WARNING:ParHelpers:360 - Design is not completely routed.

   gtx_trx_module/gtx_rx_refclk_w

   

Xilinx Employee
bwade
Posts: 636
Registered: ‎07-01-2008
0

Re: 1 signals are not completely routed

Examine the partially routed design in FPGA Editor and examine the net. You can easily find  the unrouted net by setting the list window to "unrouted nets". If you can't figure out what's wrong post a screenshot of the highlighted net and a pin list.

Visitor
yhwu
Posts: 18
Registered: ‎05-08-2012
0

Re: 1 signals are not completely routed

I got it. It can't be routed because I use the reference clock to drive logics without BUFG. it can drive clock buffers. Thank you.