| AR# | 23237 |
| Part | IP-Processor |
| Last Modified | 2006-04-28 00:00:00.0 |
| Status | Active |
| Keywords | EMAC Lite, Processor IP |
Keywords: EMAC Lite, Processor IP
In C:\EDK\sw\XilinxProcessorIPLib\drivers\emaclite_v1_01_a\src, the function XEmacLite_RecvFrame in EMAC Lite Driver (xemaclite_l.c) has incorrect LengthType.
Incorrect:
LengthType = XIo_In32(BaseAddress + XEL_RPLR_OFFSET);
Correct:
LengthType = XIo_In16(BaseAddress + XEL_RPLR_OFFSET);