diff options
Diffstat (limited to 'amaranth_boards/mercury.py')
| -rw-r--r-- | amaranth_boards/mercury.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/amaranth_boards/mercury.py b/amaranth_boards/mercury.py index 59b61c1..b45cedc 100644 --- a/amaranth_boards/mercury.py +++ b/amaranth_boards/mercury.py @@ -2,14 +2,14 @@ import os import subprocess from amaranth.build import * -from amaranth.vendor.xilinx_spartan_3_6 import * +from amaranth.vendor.xilinx import * from .resources import * __all__ = ["MercuryPlatform"] -class MercuryPlatform(XilinxSpartan3APlatform): +class MercuryPlatform(XilinxPlatform): """ Original Mercury Board from Micro-Nova: https://www.micro-nova.com |
