From fb0248dfd3a90fc9f09c8932dbe5c4aa3f929adc Mon Sep 17 00:00:00 2001 From: Catherine Date: Wed, 11 Jan 2023 16:17:10 +0000 Subject: orangecrab_r0_2: fix typo. Fixes #211. --- amaranth_boards/orangecrab_r0_2.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'amaranth_boards') diff --git a/amaranth_boards/orangecrab_r0_2.py b/amaranth_boards/orangecrab_r0_2.py index 6b56cdb..8971b7d 100644 --- a/amaranth_boards/orangecrab_r0_2.py +++ b/amaranth_boards/orangecrab_r0_2.py @@ -6,10 +6,10 @@ from amaranth.build import * from amaranth.vendor.lattice_ecp5 import * from .resources import * -# NOTE: Keep OrangeCrabR0_2FPlatform for backwards compatibility -# Originally, there was only OrangeCrabR0_2FPlatform, but the 85F variant +# NOTE: Keep OrangeCrabR0_2Platform for backwards compatibility +# Originally, there was only OrangeCrabR0_2Platform, but the 85F variant # needs a different device. -__all__ = ["OrangeCrabR0_2FPlatform", "OrangeCrabR0_2_25FPlatform", "OrangeCrabR0_2_85FPlatform"] +__all__ = ["OrangeCrabR0_2Platform", "OrangeCrabR0_2_25FPlatform", "OrangeCrabR0_2_85FPlatform"] class _OrangeCrabR0_2Platform(LatticeECP5Platform): package = "MG285" -- cgit v1.2.3