Hello,
I'm using an SPI within PL which connects to PMOD pins, everything works fine, beside the SPEED. The rise times beyond 6MHz is to slow, letting the SCLK never reach the High Level. I already tried to alter slew rate and drive strength within the UCF file. This didn't make a notable difference. Are there faster PINs on the Zed to use or is there anything else I can try.
NET hw_spi_0_SCK_pin LOC = Y10 | IOSTANDARD=LVCMOS33; # "JA3"
NET hw_spi_0_SCK_pin DRIVE = 16;
NET hw_spi_0_SCK_pin SLEW = FAST;
Thanks
eactor