Manchester Encoder and Decoder

Details
Category: Uncategorized
Created: September 23, 2004
Updated: January 27, 2020
Language: VHDL
Other project properties
Development Status: Stable
WishBone compliant: No
WishBone version: n/a
License: n/a
Description
Manchester Encoding:
In manchester encoding '1' is transmitted as 0 in first half of the clock and 1 in the second half of the clock and '0' is transmitted as 1 in first half of the clock and 0 in the second half of the clock.
i.e.
ManchesterEncodedData = NRZData XOR CLK