Hi All
I am trying to connect up a ADC to the PMOD connections on the ZedBoard but am having trouble with the output pins connections. Through an oscilloscope the pins don't look like they are being driven properly. An output pin takes about 2 seconds to reach 3.3V once toggled.
My XDC file is as follows for each pin.
set_property PACKAGE_PIN "W12" [get_ports "TRIG"]
set_property IOSTANDARD "LVCMOS33" [get_ports "TRIG"]
set_property PIO_DIRECTION "OUTPUT" [get_ports "TRIG"]
set_property slew "fast" [get_ports "TRIG"]
set_property drive "8" [get_ports "TRIG"]
...
If anyone has any suggestions or a list of steps to interface to these pins please let me know.