Forum Discussion
Altera_Forum
Honored Contributor
10 years agoYou can certainly separate the TX & RX paths such that they run from separate clocks. You can also play with the TX timing such that it 'transmits on the rising edge'.
However, I'm not sure about your RX idea - I'm not sure you're explaining it fully. 'receives on the falling edge' - how are you going to ensure your RX data lines up nicely with your falling edge? By all means run your logic from the negative edge of a clock (although that doesn't achieve anything) but you'll still have to detect an edge such that you can sample the RX data at an appropriate point. If you simply modify 'baud_16x_enable' to 'keep it enabled' your logic will run 16 times faster than it should. Try your change, simulate it and see if it behaves as you want. Cheers, Alex