Skip to content

Commit 01c5066

Browse files
committed
ulx3s: add missing ADC resource number.
1 parent d3e54de commit 01c5066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amaranth_boards/ulx3s.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class _ULX3SPlatform(LatticeECP5Platform):
7373
),
7474

7575
# SPI bus for ADC.
76-
SPIResource("adc", cs_n="R17", copi="R16", cipo="U16", clk="P17",
76+
SPIResource("adc", 0, cs_n="R17", copi="R16", cipo="U16", clk="P17",
7777
attrs=Attrs(IO_TYPE="LVCMOS33", PULLMODE="UP")),
7878

7979
# TRRS audio jack

0 commit comments

Comments
 (0)