diff options
Diffstat (limited to 'amaranth_boards/atlys.py')
| -rw-r--r-- | amaranth_boards/atlys.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/amaranth_boards/atlys.py b/amaranth_boards/atlys.py index 96b5a26..64b106e 100644 --- a/amaranth_boards/atlys.py +++ b/amaranth_boards/atlys.py @@ -2,14 +2,14 @@ import subprocess import textwrap from amaranth.build import * -from amaranth.vendor.xilinx_spartan_3_6 import * +from amaranth.vendor.xilinx import * from .resources import * __all__ = ["AtlysPlatform"] -class AtlysPlatform(XilinxSpartan6Platform): +class AtlysPlatform(XilinxPlatform): """Platform file for Digilent Atlys Spartan 6 board. https://reference.digilentinc.com/reference/programmable-logic/atlys/start""" |
