From 755ae9381bfa744ce326d59d972d06ad0dce4681 Mon Sep 17 00:00:00 2001 From: whitequark Date: Wed, 12 Jun 2019 15:06:18 +0000 Subject: Use the new active-low PinsN platform feature. --- nmigen_boards/tinyfpga_bx.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nmigen_boards/tinyfpga_bx.py') 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 = [ -- cgit v1.2.3