From: Jean THOMAS Date: Wed, 22 Jul 2020 14:41:29 +0000 (+0200) Subject: Fix ECPIX585Platform to work with the latest commits in nmigen-boards X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e216182c8b31b5ae30936d089a40845ac4a8e00c;p=gram.git Fix ECPIX585Platform to work with the latest commits in nmigen-boards --- 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")),