I am using the Microzed Breakout Carrier Card (BCC) to prototype some hardware control circuits and I need 3.3V control signals.
I am trying to set my bank 34 and 35 voltages to 3.3V. Bank 35 seems ok, but I cannot get my bank 34 voltage to go beyond 1.8V. I have checked that VCCIO is indeed 3.3V on both banks 34 and 35.
Everything in Vivado seem to indicate that the I/O STD is set to LVCMOS33.
My BCC jumper is set to 3.3V.
In my constraints file I am using
set_property IOSTANDARD LVCMOS33 [get_ports -of_objects [get_iobanks 34]];
set_property IOSTANDARD LVCMOS33 [get_ports -of_objects [get_iobanks 35]];
Any ideas? Thanks.