How do I enable a pull-up on an input pin for the XEM7310MT? It seems like that would be a Pins feature (XDC), but I don’t see it in any documentation. Is it something that needs to be handled in Vivado outside of the XDC?
Pins provides a template XDC for specifying the pin location which is determined by the module design. All other aspects of the I/O configuration are design-specific and configured by the user.
Anything FPGA-specific is documented well by the AMD documentation. Please refer to their extensive documentation for those details.
FWIW, here is the command needed for the XDC (found in an AMD forum):
set_property PULLUP true [get_ports ]
I know Opal Kelly has to draw the line somewhere for it’s XDC support, but it seems like adding a column with a pick-list, including pulls could really improve the usefulness of the peripheral pin list XDC generator.