Skip to content

Commit ba2aeb0

Browse files
committedMar 17, 2015
mibuild/platforms/versa: add rst_n
1 parent 6dd8d89 commit ba2aeb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎mibuild/platforms/versa.py

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
_io = [
99
("clk100", 0, Pins("L5"), IOStandard("LVDS25")),
10+
("rst_n", 0, Pins("A21"),IOStandard("LVCMOS33")),
1011

1112
("user_led", 0, Pins("Y20"), IOStandard("LVCMOS33")),
1213
("user_led", 1, Pins("AA21"), IOStandard("LVCMOS33")),

0 commit comments

Comments
 (0)
Please sign in to comment.