Jump to content
  • 0

Are PMOD pins connected to open-collector)open drain) input/output configurations ?


Dareamol

Question

We are using PL section of the Zynq7000 to transfer data  to another module b y creating a SPI IP Inside the PL. We want to know that the PMOD pins availvalble on the Zybo-Z710 board are using open drain or push-pull configuration ?
Do they have something like a internal pull-up resistor ?
Please let me know..
 

Regards

Amol

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

When using a Pmod IP core, only I2C Pmods have their pullups enabled, all others use neither by default.

The resistors can be enabled by adding a constraint file to the project and entering a line something like the following:

set_property PULLUP TRUE [get_ports ja_pin1_io]
set_property PULLDOWN TRUE [get_ports ja_pin2_io]

Using this method for the I2C Pmods might cause some issues, depending on how Vivado handles the constraint file order.

Thanks,

Arthur

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...