Forum Discussion
Altera_Forum
Honored Contributor
12 years agoBasically you can do it with a state machine. On a MII interface you transfer 4 bits on a 25MHz clock, whereas on an RMII interface you transfer 2 bits on a 50 MHz clock. You can put a state machine in the 50MHz clock domain that processes the high bits on every other cycle and the low bits on the next ones.