Altera_Forum
Honored Contributor
12 years agoAN638 with multiple Boards
Hi,
I'm trying to use AN638 Reference Design to run on two boards (one to transmit, one to receive). I modified the packet generator to generate my own packets, and the packet monitor to recognize them. I was able to confirm that it was able to send and receive on ModelSim. Using real Stratix IV 530 Development Boards, however, I'm unable to get the same results. Using SignalTap, I can see the packet is sent from one board and received on the other board by tapping xgmii_tx_data and xgmii_rx_data, respectively. However, following the data through the Eth 10G Mac, the data disappears at the rx_eth_lane_decoder module. Tapping that module specifically, I can see the input data and the clock running fine, but no intermediate or output signals are changing at all. Can anyone who's used this design or is familiar with the Eth 10G Mac core shed some light on what I might've done wrong? Thanks.