From 2bdf05ff80ccd01e5b0ff09ca48f9340c331c193 Mon Sep 17 00:00:00 2001 From: Oguz Meteer Date: Fri, 14 Aug 2020 20:12:47 +0200 Subject: Use correct IO attribute for ECP5 FPGAs This changes several incorrect IO_STANDARD attributes to IO_TYPE. Signed-off-by: Oguz Meteer --- nmigen_boards/ecp5_5g_evn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nmigen_boards/ecp5_5g_evn.py') diff --git a/nmigen_boards/ecp5_5g_evn.py b/nmigen_boards/ecp5_5g_evn.py index c6090fc..990a5f6 100644 --- a/nmigen_boards/ecp5_5g_evn.py +++ b/nmigen_boards/ecp5_5g_evn.py @@ -71,7 +71,7 @@ class ECP55GEVNPlatform(LatticeECP5Platform): *SPIFlashResources(0, cs="R2", clk="U3", cipo="V2", copi="W2", wp="Y2", hold="W1", - attrs=Attrs(IO_STANDARD="LVCMOS33") + attrs=Attrs(IO_TYPE="LVCMOS33") ), Resource("serdes", 0, -- cgit v1.2.3