https://github.com/nishit0072e/enc_dec_xor
8:3 Encoder is used as input and 3:8 decoder is used as output, to verify that the input and output data are same a Xor gate is implemented, it will return 1 if any mismatch in the input and output data and will 0 if all the bits of input and output match.
https://github.com/nishit0072e/enc_dec_xor
Last synced: 3 months ago
JSON representation
8:3 Encoder is used as input and 3:8 decoder is used as output, to verify that the input and output data are same a Xor gate is implemented, it will return 1 if any mismatch in the input and output data and will 0 if all the bits of input and output match.
- Host: GitHub
- URL: https://github.com/nishit0072e/enc_dec_xor
- Owner: nishit0072e
- Created: 2023-10-11T17:19:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-11T19:34:18.000Z (over 1 year ago)
- Last Synced: 2025-01-01T13:13:21.152Z (5 months ago)
- Language: Verilog
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Block Diagram: 👇
RTL Design: 👇

Simulation Waveform: 👇

# Enc_Dec_Xor
8:3 Encoder is used as input and 3:8 decoder is used as output, to verify that the input and output data are same a Xor gate is implemented, it will return 1 if any mismatch in the input and output data and will 0 if all the bits of input and output match.