aboutsummaryrefslogtreecommitdiff
path: root/nmigen_boards/tinyfpga_bx.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/tinyfpga_bx.py
parentbb52dfb9575c4aabf8e7dd9ddd780bf342ee0a71 (diff)
Use the new active-low PinsN platform feature.
Diffstat (limited to 'nmigen_boards/tinyfpga_bx.py')
-rw-r--r--nmigen_boards/tinyfpga_bx.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/nmigen_boards/tinyfpga_bx.py b/nmigen_boards/tinyfpga_bx.py
index 544e0ce..5dcd7aa 100644
--- a/nmigen_boards/tinyfpga_bx.py
+++ b/nmigen_boards/tinyfpga_bx.py
@@ -26,8 +26,7 @@ class TinyFPGABXPlatform(LatticeICE40Platform):
),
*SPIFlashResources(0,
- cs_n="F7", clk="G7",
- mosi="G6", miso="H7", wp_n="H4", hold_n="J8",
+ cs="F7", clk="G7", mosi="G6", miso="H7", wp="H4", hold="J8",
attrs=Attrs(IO_STANDARD="SB_LVCMOS33")),
]
connectors = [