Hi,
I have been trying to figure out how to turn on the LED (D3 on pin B14) with the button (PB1 on pin B9) but I can't seem to figure it out it in VHDL.
I have set following constraints
set_property PACKAGE_PIN B9 [get_ports {btn}]
set_property IOSTANDARD "LVCMOS18" [get_ports {btn}]
set_property PACKAGE_PIN B14 [get_ports led]
set_property IOSTANDARD "LVCMOS33" [get_ports led]
Folow up question: will this work without having set up the base system as described here ?
Thanks