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/arty_a7.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nmigen_boards/arty_a7.py') diff --git a/nmigen_boards/arty_a7.py b/nmigen_boards/arty_a7.py index ba4a9db..b1defe1 100644 --- a/nmigen_boards/arty_a7.py +++ b/nmigen_boards/arty_a7.py @@ -36,7 +36,7 @@ class ArtyA7Platform(Xilinx7SeriesPlatform): Resource("cpu_reset", 0, Pins("C2", dir="o"), Attrs(IOSTANDARD="LVCMOS33")), SPIResource(0, - cs="C1", clk="F1", mosi="H1", miso="G1", + cs="C1", clk="F1", copi="H1", cipo="G1", attrs=Attrs(IOSTANDARD="LVCMOS33") ), @@ -49,7 +49,7 @@ class ArtyA7Platform(Xilinx7SeriesPlatform): ), *SPIFlashResources(0, - cs="L13", clk="L16", mosi="K17", miso="K18", wp="L14", hold="M14", + cs="L13", clk="L16", copi="K17", cipo="K18", wp="L14", hold="M14", attrs=Attrs(IOSTANDARD="LVCMOS33") ), -- cgit v1.2.3