1) P1A0 is linked to the physical pin on the XMOS CPU with label X0D00. See your CPU datasheet to locate the physical port pin X0D00. The prefix "X0" identifies the port pin to belong to tile # 0. So if the port pin(s) has a "X1" prefix, the port pin(s) are linked to tile # 1 and so on...
XMOS offers different devices with multiple tiles.
2) Now on the USB interface. The USB block offers the port names with widths which become bonded to the USB PHY interface and only if the USB interface is enabled. Respectively, the port pins that will actually get routed will be on the tile that you define. You noted tile # 1 for the USB function so this means, review the USB internal diagram and note that:
Port_8A = 8 bit port block "A" on tile # 1 is now off limits for your project because this block has been routed to the USB function.
Port_1K = 1 bit port block "K" on tile # 1 is now off limits for your project because this block has been routed to the USB function.
Port_1H = 1 bit port block "H" on tile # 1 is now off limits for your project because this block has been routed to the USB function.
and so on.
The best way to simplify the ideas here is to think of the internal logic that multiplexes the port pins to either some internal function like the USB PHY or Ethernet PHY (some parts have one or both of these features) OR the same port pins are left bonded to the physical pins on the CPU for your bit-banging projects if either auxiliary function is not enabled.
Hope this makes some sense but it is late so write back if there are still any questions and someone will help.
Thanks for the link to the speadsheet. I hadn't ran across that yet. I need to study all those pins and numbers is great detail, to verify my schematic...
I assumed that the ports used by the USB phy when assigned to each tile, would be the same ports for either tile. So Port1E, etc. would be used for whichever tile assigned. I was transposing the port names from the second diagram to tile#1. So that chart was telling me Port1A is used on Tile#0, or Tile#1 (if assigned to USB). Even if I didn't transpose to Tile#1, I didn't understand Port1A usage if assigned to Tile#0.
The spreadsheet matched the diagram from the Part manual.
Just asking if I need to ignore the table from the USB Lib manual.