From: whitequark Date: Wed, 9 Oct 2019 22:40:29 +0000 (+0000) Subject: de0{,cv}: {Altera→Intel}Platform X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5ab2151c8c95911e8cbe4faf625ff70e8880474b;p=nmigen-boards.git de0{,cv}: {Altera→Intel}Platform --- diff --git a/nmigen_boards/de0.py b/nmigen_boards/de0.py index a172221..8574230 100644 --- a/nmigen_boards/de0.py +++ b/nmigen_boards/de0.py @@ -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" diff --git a/nmigen_boards/de0cv.py b/nmigen_boards/de0cv.py index 4b0517e..163ad38 100644 --- a/nmigen_boards/de0cv.py +++ b/nmigen_boards/de0cv.py @@ -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__ = ["DE0CVPlatform"] -class DE0CVPlatform(AlteraPlatform): +class DE0CVPlatform(IntelPlatform): device = "5CEBA4" # Cyclone V 49K LEs package = "F23" # FBGA-484 speed = "C7" @@ -25,7 +25,7 @@ class DE0CVPlatform(AlteraPlatform): Clock(50e6), Attrs(io_standard="3.3-V LVTTL")), *LEDResources( - pins="AA2 AA1 W2 Y3 N2 N1 U2 U1 L2 L1", + pins="AA2 AA1 W2 Y3 N2 N1 U2 U1 L2 L1", invert=True, attrs=Attrs(io_standard="3.3-V LVTTL")), *ButtonResources( pins="U7 W9 M7 M6", invert=True,