From 2cd86c1f61a5380e428e67430e5b81ff9dcd0f96 Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Mon, 13 Jul 2020 17:43:50 +0200 Subject: orangecrab_r0_2: IO_STANDARD -> IO_TYPE --- nmigen_boards/orangecrab_r0_2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nmigen_boards') diff --git a/nmigen_boards/orangecrab_r0_2.py b/nmigen_boards/orangecrab_r0_2.py index 474b198..e427840 100644 --- a/nmigen_boards/orangecrab_r0_2.py +++ b/nmigen_boards/orangecrab_r0_2.py @@ -17,7 +17,7 @@ class OrangeCrabR0_2Platform(LatticeECP5Platform): default_clk = "clk" resources = [ Resource("clk", 0, Pins("A9", dir="i"), - Clock(48e6), Attrs(IO_STANDARD="LVCMOS33")), + Clock(48e6), Attrs(IO_TYPE="LVCMOS33")), # Used to reload FPGA configuration. # Can enter USB bootloader by assigning button 0 to program. @@ -33,7 +33,7 @@ class OrangeCrabR0_2Platform(LatticeECP5Platform): *SPIFlashResources(0, cs="U17", clk="U16", miso="T18", mosi="U18", wp="R18", hold="N18", - attrs=Attrs(IO_STANDARD="LVCMOS33"), + attrs=Attrs(IO_TYPE="LVCMOS33"), ), Resource("ddr3", 0, -- cgit v1.2.3