We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e54de commit 01c5066Copy full SHA for 01c5066
amaranth_boards/ulx3s.py
@@ -73,7 +73,7 @@ class _ULX3SPlatform(LatticeECP5Platform):
73
),
74
75
# SPI bus for ADC.
76
- SPIResource("adc", cs_n="R17", copi="R16", cipo="U16", clk="P17",
+ SPIResource("adc", 0, cs_n="R17", copi="R16", cipo="U16", clk="P17",
77
attrs=Attrs(IO_TYPE="LVCMOS33", PULLMODE="UP")),
78
79
# TRRS audio jack
0 commit comments