phy/gmii: cleanup BUFGMUX instance

This commit is contained in:
Florent Kermarrec 2020-01-28 10:41:53 +01:00
parent 983017a9ed
commit de40a66873
1 changed files with 5 additions and 4 deletions

View File

@ -65,7 +65,8 @@ class LiteEthPHYGMIICRG(Module, AutoCSR):
i_I0 = self.cd_eth_rx.clk, i_I0 = self.cd_eth_rx.clk,
i_I1 = clock_pads.tx, i_I1 = clock_pads.tx,
i_S = mii_mode, i_S = mii_mode,
o_O=self.cd_eth_tx.clk) o_O = self.cd_eth_tx.clk,
)
reset = Signal() reset = Signal()
if with_hw_init_reset: if with_hw_init_reset: