diff --git a/liteeth/gen.py b/liteeth/gen.py index aaf425d..63a4a2d 100755 --- a/liteeth/gen.py +++ b/liteeth/gen.py @@ -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 ----------------------------------------------------------------------------------------- class PHYCore(SoCMini):