From 19cf06052230831e6d899aa3cf71539fe746a43e Mon Sep 17 00:00:00 2001 From: ECP5-PCIe <65254322+ECP5-PCIe@users.noreply.github.com> Date: Thu, 16 Jul 2020 10:22:51 +0200 Subject: [breaking-change] Update SPI pin names. The new names follow the OSHWA convention described at: https://www.oshwa.org/a-resolution-to-redefine-spi-signal-names/ --- nmigen_boards/mister.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nmigen_boards/mister.py') diff --git a/nmigen_boards/mister.py b/nmigen_boards/mister.py index b613e99..2eacedf 100644 --- a/nmigen_boards/mister.py +++ b/nmigen_boards/mister.py @@ -40,7 +40,7 @@ class MisterPlatform(IntelPlatform): # LTC2308 analogue-to-digital converter SPIResource(0, - cs="U9", clk="V10", mosi="AC4", miso="AD4", + cs="U9", clk="V10", copi="AC4", cipo="AD4", attrs=Attrs(io_standard="3.3-V LVTTL")), # ADV7513 HDMI transmitter -- cgit v1.2.3