aboutsummaryrefslogtreecommitdiff
path: root/nmigen_boards/quickfeather.py
diff options
context:
space:
mode:
Diffstat (limited to 'nmigen_boards/quickfeather.py')
-rw-r--r--nmigen_boards/quickfeather.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/nmigen_boards/quickfeather.py b/nmigen_boards/quickfeather.py
index f0a3e01..15ab157 100644
--- a/nmigen_boards/quickfeather.py
+++ b/nmigen_boards/quickfeather.py
@@ -33,10 +33,10 @@ class QuickfeatherPlatform(QuicklogicPlatform):
),
SPIResource(0,
- cs="11", clk="20", copi="16", cipo="17"
+ cs_n="11", clk="20", copi="16", cipo="17"
),
SPIResource(1,
- cs="37", clk="40", copi="36", cipo="42",
+ cs_n="37", clk="40", copi="36", cipo="42",
role="peripheral"
),