From 01c506637e75d653f6eb0fc58e54142fd507c3d9 Mon Sep 17 00:00:00 2001 From: Catherine Date: Tue, 14 Dec 2021 12:30:22 +0000 Subject: ulx3s: add missing ADC resource number. --- amaranth_boards/ulx3s.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amaranth_boards') diff --git a/amaranth_boards/ulx3s.py b/amaranth_boards/ulx3s.py index ae07b15..cb34171 100644 --- a/amaranth_boards/ulx3s.py +++ b/amaranth_boards/ulx3s.py @@ -73,7 +73,7 @@ class _ULX3SPlatform(LatticeECP5Platform): ), # SPI bus for ADC. - SPIResource("adc", cs_n="R17", copi="R16", cipo="U16", clk="P17", + SPIResource("adc", 0, cs_n="R17", copi="R16", cipo="U16", clk="P17", attrs=Attrs(IO_TYPE="LVCMOS33", PULLMODE="UP")), # TRRS audio jack -- cgit v1.2.3