gsoc-2014-hdmi2usb
1 Gbps MAC debugging
If you recall, last week, packets sent by Packetizer were getting dropped or were missing. It turned out that 1 Gbps MAC that is integrated with Packetizer was overflowing despite making sure all flow control protocols were followed while interfacing with the MAC. To deal with this, delay was inserted between each RTP packet so MAC never overruns. It fixed everything and you could see entire RED frame, RGB flag and RGB loop. The only thing that got hurt is the frame per second.
So i am trying to figure out how to debug this MAC and get the fps up. I shall see if i could post some calculations of the current implementation.
Happy Debugging.