RedstoneChips

pisoregister

A PISO (Parallel-In-Serial-Out) shift register. Can be built with any bit-length determined by the number of input pins. When the write/shift pin is turned on, the data input values are stored in the chip’s register. In this state the circuit is in write mode and will not send any output. Once the write/shift pin is turned off, the circuit changes into shift mode and any pulse in the clock input will set the output pin to the next register bit. Once the last bit has reached, the circuit will go back to data bit 0.

on Wikipedia

source code


I/O setup

Sign text

  1. pisoregister

4-bit pisoregister

Version history: Added to BasicCircuits 0.1

Fork me on GitHub