From e216182c8b31b5ae30936d089a40845ac4a8e00c Mon Sep 17 00:00:00 2001 From: Jean THOMAS Date: Wed, 22 Jul 2020 16:41:29 +0200 Subject: [PATCH] Fix ECPIX585Platform to work with the latest commits in nmigen-boards --- examples/ecpix5_85.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/examples/ecpix5_85.py b/examples/ecpix5_85.py index 824c071..5f9cf90 100644 --- a/examples/ecpix5_85.py +++ b/examples/ecpix5_85.py @@ -41,11 +41,6 @@ class _ECPIX5Platform(LatticeECP5Platform): attrs=Attrs(IO_TYPE="LVCMOS33", PULLMODE="UP") ), - *SPIFlashResources(0, - cs="AA2", clk="AE3", miso="AE2", mosi="AD2", wp="AF2", hold="AE1", - attrs=Attrs(IO_TYPE="LVCMOS33") - ), - Resource("eth_rgmii", 0, Subsignal("rst", PinsN("C13", dir="o")), Subsignal("mdio", Pins("A13", dir="io")), -- 2.30.2