Skip to content

Commit 65fc46c

Browse files
ktemkinwhitequark
authored andcommitted
genesys2: correctly specify I/O attributes for VADJ banks
1 parent 434702f commit 65fc46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nmigen_boards/genesys2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def __init__(self, JP6="2V5"):
2424
self._JP6 = JP6
2525

2626
def bank15_16_17_iostandard(self):
27-
return "LVCMOS" + self._JP6
27+
return "LVCMOS" + self._JP6.replace('V', '')
2828

2929
default_rst = "rst"
3030
default_clk = "clk"

0 commit comments

Comments
 (0)