Everyone of Half-Duplex tests is reported failed, either with some MIIM issues. I've tryed different versions of ModelSims(5.6,6.1b,6.2b). Had anyone encountered something like this pls don't hesitate to give me a help. Thanks a lot.
The whole content of the Log file generated is here: http://timme.u15fans.cn/eth_tb.log.txt
or
The links to the logs are not valid anymore. I'm having some half-duplex issues too with Icarus Verilog. Unfortunately I gave no modelsim license, so it would be intersting to see your logs
Hi,recently I am doing a project about the ethmac.I have the same problem.Have you sloved it?Thank you!
Repeated with #12 bug.
The simulator enters into a loop and reach iteration limit. Solution: add a #1; delay in task set_tx_packet, line 22884 in tb_ethernet.v file.
After: sd = sd + 4;
add: #1;