Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 683 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 683 Bytes

Block Diagram: 👇 Block_diagram

RTL Design: 👇 RTL Simulation Waveform: 👇 Screenshot 2023-10-11 221430

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.