aboutsummaryrefslogtreecommitdiff
path: root/amaranth_boards
diff options
context:
space:
mode:
Diffstat (limited to 'amaranth_boards')
-rw-r--r--amaranth_boards/orangecrab_r0_2.py6
1 files changed, 3 insertions, 3 deletions
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"