m-labs / misoc

The original high performance and small footprint system-on-chip based on Migen™
https://m-labs.hk
Other
306 stars 85 forks source link

liteeth: remove MII clock output #72

Open sbourdeauducq opened 6 years ago

sbourdeauducq commented 6 years ago

This looks like board-specific code that should be moved into the platform file:

        if hasattr(clock_pads, "phy"):
            self.sync.base50 += clock_pads.phy.eq(~clock_pads.phy)