It encodes incoming serial data to manchester encoded serial data via a FSM with a clock frequency twice the frequency of the input data frequency
Apply incoming serial data with a frequency f and the design with a frequency x2 of the original frequency. check output for encoded data.
NOT Gate, AND gate, D FlipFlops, OR gate, Clocks
# | Input | Output | Bidirectional |
---|---|---|---|
0 | Encoder clock x2 frequency | Encoded Data | |
1 | Input Data x1 frequency | ||
2 | |||
3 | |||
4 | |||
5 | |||
6 | |||
7 |