aboutsummaryrefslogtreecommitdiff
path: root/nmigen_boards/icestick.py
diff options
context:
space:
mode:
authorwhitequark <whitequark@whitequark.org>2019-06-12 15:06:18 +0000
committerwhitequark <whitequark@whitequark.org>2019-06-12 15:06:18 +0000
commit755ae9381bfa744ce326d59d972d06ad0dce4681 (patch)
tree6600cd872311ba9a117bfbb8001c45820a911943 /nmigen_boards/icestick.py
parentbb52dfb9575c4aabf8e7dd9ddd780bf342ee0a71 (diff)
Use the new active-low PinsN platform feature.
Diffstat (limited to 'nmigen_boards/icestick.py')
-rw-r--r--nmigen_boards/icestick.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/nmigen_boards/icestick.py b/nmigen_boards/icestick.py
index cf5c81c..778ad2d 100644
--- a/nmigen_boards/icestick.py
+++ b/nmigen_boards/icestick.py
@@ -41,8 +41,7 @@ class ICEStickPlatform(LatticeICE40Platform):
),
*SPIFlashResources(0,
- cs_n="71", clk="70",
- mosi="67", miso="68",
+ cs="71", clk="70", mosi="67", miso="68",
attrs=Attrs(IO_STANDARD="SB_LVCMOS33")
),
]