We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd8d89 commit ba2aeb0Copy full SHA for ba2aeb0
mibuild/platforms/versa.py
@@ -7,6 +7,7 @@
7
8
_io = [
9
("clk100", 0, Pins("L5"), IOStandard("LVDS25")),
10
+ ("rst_n", 0, Pins("A21"),IOStandard("LVCMOS33")),
11
12
("user_led", 0, Pins("Y20"), IOStandard("LVCMOS33")),
13
("user_led", 1, Pins("AA21"), IOStandard("LVCMOS33")),
0 commit comments