Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 4 days 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.

Awesome Lists containing this project

README

        

Block Diagram: 👇
![Block_diagram](https://github.com/nishit0072e/Enc_Dec_Xor/assets/65007263/1187f515-12f6-4706-81c3-cf6944c90f50)

RTL Design: 👇
![RTL](https://github.com/nishit0072e/Enc_Dec_Xor/assets/65007263/091a41e0-50aa-4f63-ad2e-d38f079b16e7)
Simulation Waveform: 👇
![Screenshot 2023-10-11 221430](https://github.com/nishit0072e/Enc_Dec_Xor/assets/65007263/782234d5-fb02-46ad-b883-7ffcf1bd304a)
# 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.