phy/a7_1000basex: Switch txoutclk buffer to BUFG.
This commit is contained in:
parent
292551a0f1
commit
4af0c77371
|
@ -702,7 +702,7 @@ class A7_1000BASEX(LiteXModule):
|
||||||
|
|
||||||
# Get 125MHz clocks back - the GTP is outputting 62.5MHz.
|
# Get 125MHz clocks back - the GTP is outputting 62.5MHz.
|
||||||
txoutclk_rebuffer = Signal()
|
txoutclk_rebuffer = Signal()
|
||||||
self.specials += Instance("BUFH",
|
self.specials += Instance("BUFG",
|
||||||
i_I = self.txoutclk,
|
i_I = self.txoutclk,
|
||||||
o_O = txoutclk_rebuffer
|
o_O = txoutclk_rebuffer
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue