These damned multi voltage pins

i feel so frustrated here… this crazy issue is not what i want to spend my time on… im getting a confusing error…The STANDARD “LVCMOS33” requires a VCCO of 3.3 but bank 116 has … how to get this to work?? i just want the regular lvcmos33 but how? i feel so dumb… i am using this block

STANDARD(LVCMOS33), PINOUT(V2), SIDE(BOTTOM) {
pin spi_clk B69
pin spi_miso B71
pin spi_mosi B70
pin spi_csd B66
pin spi_cst B64
pin spi_css B65
pin bl B75
pin gpio_o [3] B78
pin gpio_o [4] B76
pin gpio_i [0] B77
}

but it seems i can never fiind the right formula… help a guy out ? mayb offer a tutorial on this one subject alone?

This error isn’t actually from the multi-voltage pins. It’s because you seem to be trying to use the MGT pins on the bottom of the Pt for LVCMOS33. These pins can only be used with the MGT hardware and that only supports LVDS.

See the pinouts page for the full pinout details (or the schematic).

If you’re trying to use the pins on the top, you need to switch the BOTTOM flag to TOP.