I'm trying to reference the pins the pmod pins. With a UCF, you would add something like:
NET JA1 LOC = "Y11"
Where JA1 is the name of the pin on the board and Y11 is a reference you can find in the schematics.
However, it seems that Vivado no longer supports ucf, and instead uses XDC. Does anyone know the equivalent syntax in XDC? Is it something like:
set_property PACKAGE_PIN "JA1" [get_ports "Y11"]