Warning: port "XS1_PORT_1B" on tile[1] is not connected... Topic is solved

Sub forums for various specialist XMOS applications. e.g. USB audio, motor control and robotics.
Post Reply
fabib
Member
Posts: 15
Joined: Tue Sep 24, 2013 1:07 pm

Warning: port "XS1_PORT_1B" on tile[1] is not connected...

Post by fabib »

Hi,

Constraints check gives the following warning:

xmap: Warning: port "XS1_PORT_1B" on tile[1] is not connected to any pins in this package.
xmap: Warning: port "XS1_PORT_1A" on tile[1] is not connected to any pins in this package.

The XEF232-1024-FB374 Datasheet - p. 23 says that this pins are connected.

This is the RGMII_PORTS_INITIALIZER from the reference design, whioch should work for the XEF232-1024-FB374 too:

#define RGMII_PORTS_INITIALIZER { \
XS1_PORT_1O, \
XS1_PORT_1A, \
XS1_PORT_8A, \
XS1_PORT_4E, \
XS1_PORT_4F, \
XS1_PORT_1B, \
XS1_PORT_1K, \
XS1_PORT_1P, \
XS1_PORT_1G, \
XS1_PORT_1E, \
XS1_PORT_1F, \
XS1_PORT_8B, \
XS1_CLKBLK_1, \
XS1_CLKBLK_2, \
XS1_CLKBLK_3, \
XS1_CLKBLK_4 \
}

Any help is appreciated.
Thanks!


View Solution
Choughtosh
Member++
Posts: 22
Joined: Thu Apr 10, 2014 9:39 am

Post by Choughtosh »

Hello,

These pins are not bonded out the external package pins, but are used internally to connect to the RGMII block.

Rob
fabib
Member
Posts: 15
Joined: Tue Sep 24, 2013 1:07 pm

Post by fabib »

It was the "RGMII Tx Timing"-Bit that had to be configured properly. Confusing datasheet...
I tried to change the "RGMII Rx Timing"-Bit before. With no effect of course.
Post Reply