Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHi Marco,
--- Quote Start --- originally posted by mschulz@Oct 28 2005, 12:29 AM my system clock is actually 66mhz but i tried it also with 75mhz.i already sniffed the network traffic with ethereal and i figured out, that the packets sent from the embedded system are really lost ( i do see nothing in ethereal).
i will try to figure something out about tx errors.
what driver did you use in your design?
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=10648)
--- quote end ---
--- Quote End --- The OpenCores EMAC is running fine with 75MHz in my current design, although i don't know if there is a requirement for a minimum system clock frequency and what that would be. Since the EMAC is fetching the data trough its own DMA, could it be that your avalon bus is congested? Maybe it helps to fiddle with the arbitration. In my system i use a NIOS II/f core, so the caches might help. As for the driver, i rolled my own, i took the core's manual and the igor.c as documentation. Cheers, Roger