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/icestick.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nmigen_boards/icestick.py') 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") ), ] -- cgit v1.2.3