Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 503 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 503 Bytes

parallel-serial-converter

Parallel to serial converter build in hdl (hardware description language). The circuit stores an 8-bit binary value from the 8-bit input bus (indata) when the load input is asserted (has value of 1). When the enable input is asserted then the circuit outputs each of the bits stored over the next 8 clock cycles sequentially. These bits are outputted via sout. When the circuit completes transmission of the 8 bits, the complete output should be asserted for 1 clock cycle.