GDagi
New Contributor
6 years agoTriple-Speed Ethernet IP not processing data (Instantiation Issue?)
Hello,
I've begun work with the Triple-Speed Ethernet (TSE) IP in order to simulate packet receiving and sending. I have an external packet generator alongside the main and testbench verilog files. I used Platform Designer (Qsys) to aid in design.
In simulation, my testbench shows proper behavior of the packet_sender, but my rx and tx signals (related to the IP core) remain unchanged. They result in x's if I don't initially give values to them. Proper behavior would have the data from the packet sender sent to the tx bus and then finally from the tx bus to the rx bus.
Below I have attached my code, Platform Designer diagram and outputting waveform.
I'd appreciate any feedback & thanks in advance!