Skip to content

Commit 26da349

Browse files
committedAug 20, 2017
sayma_amc: fix RTM serial voltage
1 parent f392ad2 commit 26da349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎migen/build/platforms/sinara/sayma_amc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
("serial_rtm", 0,
2424
Subsignal("tx", Pins("G27")),
2525
Subsignal("rx", Pins("H27")),
26-
IOStandard("LVCMOS18")
26+
IOStandard("LVCMOS33")
2727
),
2828

2929
# this is the second SPI flash (not containing the bitstream)

0 commit comments

Comments
 (0)
Please sign in to comment.