aboutsummaryrefslogtreecommitdiff
path: root/amaranth_boards/sk_xc6slx9.py
diff options
context:
space:
mode:
Diffstat (limited to 'amaranth_boards/sk_xc6slx9.py')
-rw-r--r--amaranth_boards/sk_xc6slx9.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/amaranth_boards/sk_xc6slx9.py b/amaranth_boards/sk_xc6slx9.py
index 7e77314..8cb2010 100644
--- a/amaranth_boards/sk_xc6slx9.py
+++ b/amaranth_boards/sk_xc6slx9.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__ = ["SK_XC6SLX9Platform"]
-class SK_XC6SLX9Platform(XilinxSpartan6Platform):
+class SK_XC6SLX9Platform(XilinxPlatform):
device = "xc6slx9"
package = "tqg144"
speed = "2"