Forum Discussion
sung_chul
New Contributor
3 years agoTranceiver PHY or pll fitting error!
Hi-
I use 10 Tranceiver PHY. ←(Tx only, Simplex) Tranceiver PHY 10 is OK. But there is an error when adding one more.
I use following IP component
10 Tanceiver PHY, +
10 Tanceiver Reset, ...
- 3 years ago
hi Sung
Thanks for the update.
Glad to see that the issue was resolved.
skbeh
Contributor
3 years agoTo pass the compilation of this project:
1) In the Transceiver Native PHY IP GUI, change the 'Tx channel bonding mode' to 'Not bonded'
2) Comment out tx_bonding_clocks_phy1 until tx_bonding_clocks_phy11 at ePI_Top.v
//.tx_bonding_clocks (tx_bonding_clocks_phy1),
...
...
//.tx_bonding_clocks (tx_bonding_clocks_phy11),
3) gxb_ref_clk4-7 is undefined in ePI_Top.v, add below line.
input wire gxb_ref_clk4,gxb_ref_clk5,gxb_ref_clk6,gxb_ref_clk7,
Attached is the simplify version of this project.