Hello guys,
I have been working on SPI 1 on the PS section of the zedboard to drive one of my spi slave board. I have routed the MOSI, MISO , SCLK and CS pins to JE PMOD connector and this was working fine.
But now I need to use differential SPI, so these SPI pins are driven through EMIO to the differential PMOD connector JC.The connections in the vivado are done in the following way:
SPI1_SCLK_O is connected to the input of OBUFDS, and the _P and _N outputs of OBUFDS are made external so that I can allocate appropriate pins to them.
Similarly, SPI1_MOSI_O and SPI_SS_O are connected to OBUFDS, and SPI1_MISO_I is connected to IBUFDS.
But when I try to do the pin mapping, it only allows me to map the _P differential pins of the differential buffer, it does not allow me to map _N pins.