Remove leftover classes in generator
This commit is contained in:
parent
358bc23cd4
commit
b9fb1f03ec
|
@ -161,18 +161,6 @@ _io = [
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
||||||
# Platform -----------------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
class LatticeCorePlatform(LatticePlatform):
|
|
||||||
name = "core"
|
|
||||||
def __init__(self, chip):
|
|
||||||
LatticePlatform.__init__(self, chip, _io)
|
|
||||||
|
|
||||||
class XilinxCorePlatform(XilinxPlatform):
|
|
||||||
name = "core"
|
|
||||||
def __init__(self, chip):
|
|
||||||
XilinxPlatform.__init__(self, chip, _io)
|
|
||||||
|
|
||||||
# PHY Core -----------------------------------------------------------------------------------------
|
# PHY Core -----------------------------------------------------------------------------------------
|
||||||
|
|
||||||
class PHYCore(SoCMini):
|
class PHYCore(SoCMini):
|
||||||
|
|
Loading…
Reference in New Issue