diff options
| author | Catherine <whitequark@whitequark.org> | 2023-01-11 16:17:10 +0000 |
|---|---|---|
| committer | Catherine <whitequark@whitequark.org> | 2023-01-11 16:17:10 +0000 |
| commit | fb0248dfd3a90fc9f09c8932dbe5c4aa3f929adc (patch) | |
| tree | 5df3742125467b4e8b4a4c07bb3ef1e0c8514e1d /amaranth_boards/orangecrab_r0_2.py | |
| parent | 1d82f2ece15ddcce964b9d3be1d13e8a343537eb (diff) | |
orangecrab_r0_2: fix typo.
Fixes #211.
Diffstat (limited to 'amaranth_boards/orangecrab_r0_2.py')
| -rw-r--r-- | amaranth_boards/orangecrab_r0_2.py | 6 |
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" |
