Triple Speed Ethernet not working
Hi all,
I am working on the TSE currently.
I generated the IP and configured it to RGMII. I am providing all clk signals 125MHz with a pll. And I did the following configuration (same as the generated tb):
0x01: aaaaaaaa
0x02: 0400803b (MAC loop enabled)
0x03: 22334450
0x04: 0000ee11
0x17: 0000000c
0x05: 000005ee
0x06: 0000000f
0x07: 00000000
0x08,0x09,0x0a: 00000010
0x0b,0x0c,0x0d: 00000008
0x0e: 0000000a
And when I send packets to the TSE, ff_tx empty&full related fifo signals works, which means the fifo is receiving packets from my side.
But the tx_control and the rgmii_out signals are always 0s.
Also the ff_rx signals never changes.
Could anyone tell me where the problem is? I configured everything as the example, but the signals don't reacts as the example...
Thank you,
Leon