Forum Discussion
Altera_Forum
Honored Contributor
16 years agoEvery synchronous interface should be constrained for setup and hold, according to the PHY datasheet (or MII specification). But if you are at 100Mbit/s the interface is at 25MHz only, and it *may* work without constraints. Still it is good practise to do it ;)
On some PC's the network hardware/driver automatically discards badly formed packets. You could try and see if you can disable those functions in the driver, or try with another PC (an old one, if possible ;) )