Forum Discussion
Altera_Forum
Honored Contributor
7 years agoThanks a lot! One thing that bugs me is that SDIF-3 seems to be the inverted of Manchester.
From this paper (https://www.ijarcce.com/upload/2016/april-16/ijarcce%20114.pdf) the simplest way to implement a Manchester encoder is to XOR Din and Clkin to obtain '01' for a '1' from source, and '10' for a '0' source. Since sdif3 needs '10' for a '1' and '01' for a '0', will a simple replacement of XOR with an xnor do the trick? What are your thoughts?