diff options
Diffstat (limited to 'amaranth_boards/ulx3s.py')
| -rw-r--r-- | amaranth_boards/ulx3s.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
