crosslink_nx_vip: Fix cam_reset IO configuration

Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
gatecat 2021-03-05 11:26:56 +00:00
parent 542001dddf
commit 547157c9ca
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ _io = [
("clk27_3", 0, Pins("Y2"), IOStandard("LVCMOS18")),
# 8.1. General Purpose Push Buttons - all logic zero when pressed]
("cam_reset", 0, Pins("T1"), IOStandard("LVCMOS18")), # SW1
("cam_reset", 0, Pins("T1"), IOStandard("LVCMOS18H"), Misc("PULLMODE=UP")), # SW1
("gsrn", 0, Pins("G13"), IOStandard("LVCMOS33")), # SW3
("programn", 0, Pins("E11"), IOStandard("LVCMOS33")), # SW4
("user_btn", 0, Pins("L20"), IOStandard("LVCMOS33")), # SW5