CYCLONE5 SOC - Eth1 timing problems at 1 gbps
HI, I attempts to use my HPS Emac1 port in GMII, connected to micrel PHY. I have a running Angstrom distro, after boot it runs fine at 100 mbps only. At 1Gbps, it depends of compilation! I try many costraints, I create clocks, derive clocks and so on. Nothing. The only thing that allows to run at 1Gbps is if I put a SIGNALTAP to eth tx/rx buses...
Have you meet similar issues?
(obviously I use certified dlink and cat6 cables)
I'm tryng to do something with Timequest... bus speed for 1Gbps in GMII is only 125 Mhz...
why Cyclone5 SoC has this issues without excess speed signals??
I'm attempting to define a common delay for Eth 8wire buses... but timequest fails to read my sdc scripts as follows:
set_input_delay -clock {eth_gtx_clk} 1 [get_ports {eth_rx[0] eth_rx[1] eth_rx[2] eth_rx[3] eth_rx[4] eth_rx[5] eth_rx[6] eth_rx[7]}]
Thanks for any suggestion!