de0{,cv}: {Altera→Intel}Platform
[nmigen-boards.git] / nmigen_boards / de0.py
index a172221fc7418f4f5161a1720b4ef5a64bf60119..8574230713e2fec1e1cfc55a2d8840002bdb703b 100644 (file)
@@ -2,14 +2,14 @@ import os
 import subprocess
 
 from nmigen.build import *
-from nmigen.vendor.altera import *
+from nmigen.vendor.intel import *
 from .resources import *
 
 
 __all__ = ["DE0Platform"]
 
 
-class DE0Platform(AlteraPlatform):
+class DE0Platform(IntelPlatform):
     device      = "EP3C16" # Cyclone III 15K LEs
     package     = "F484"   # FBGA-484
     speed       = "C6"