From b9fb1f03ec8cf18680e6ca4e4bec332760600861 Mon Sep 17 00:00:00 2001 From: Xiretza Date: Wed, 12 Feb 2020 14:36:11 +0100 Subject: [PATCH] Remove leftover classes in generator --- liteeth/gen.py | 12 ------------ 1 file changed, 12 deletions(-) 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):