aboutsummaryrefslogtreecommitdiff
path: root/nmigen_boards/atlys.py
diff options
context:
space:
mode:
authorECP5-PCIe <65254322+ECP5-PCIe@users.noreply.github.com>2020-07-16 10:22:51 +0200
committerGitHub <noreply@github.com>2020-07-16 08:22:51 +0000
commit19cf06052230831e6d899aa3cf71539fe746a43e (patch)
tree6d138b34c46a822239879d31fc9d99b4e15b7a52 /nmigen_boards/atlys.py
parent83d9ecdd47e6610ea71037e155a8e2fd51f9f19c (diff)
[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/
Diffstat (limited to 'nmigen_boards/atlys.py')
-rw-r--r--nmigen_boards/atlys.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nmigen_boards/atlys.py b/nmigen_boards/atlys.py
index 5f5a682..0f70ac6 100644
--- a/nmigen_boards/atlys.py
+++ b/nmigen_boards/atlys.py
@@ -71,7 +71,7 @@ class AtlysPlatform(XilinxSpartan6Platform):
),
*SPIFlashResources(0,
- cs="AE14", clk="AH18", mosi="AF14", miso="AF20", wp="AG21", hold="AG17",
+ cs="AE14", clk="AH18", copi="AF14", cipo="AF20", wp="AG21", hold="AG17",
attrs=Attrs(IOSTANDARD="LVCMOS25", SLEW="FAST"),
),